Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/alash3al/sqler
Browse files Browse the repository at this point in the history
  • Loading branch information
alash3al committed Jan 25, 2019
2 parents 5980eb1 + 8f39c9a commit e39f8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
func routeIndex(c echo.Context) error {
return c.JSON(200, map[string]interface{}{
"success": true,
"message": "Weclome!",
"message": "Welcome!",
})
}

Expand Down

0 comments on commit e39f8ab

Please sign in to comment.