Skip to content

Commit

Permalink
🚧 working local and lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Aug 16, 2022
1 parent 510fdb0 commit 4728e0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion config/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ databases:
driver: mysql
host: 127.0.0.1
port: 3306
database: skele
database: tonic
username: root
password:
charset: utf8mb4
Expand Down
2 changes: 0 additions & 2 deletions routes/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ func Init() *gin.Engine {
r := gin.New()

r.GET("/", controllers.BaseIndex)
/*
r.GET("/user", controllers.UserIndex)
r.GET("/user/:id", controllers.UserShow)
*/

return r
}

0 comments on commit 4728e0b

Please sign in to comment.