Add migrations
This commit is contained in:
@@ -8,4 +8,5 @@ import (
|
||||
|
||||
func RoutesInit(router *gin.Engine, pool *pgxpool.Pool) {
|
||||
router.GET("/", handler.MainPage(pool))
|
||||
router.POST("/uploadname", handler.UploadName(pool))
|
||||
}
|
||||
|
Reference in New Issue
Block a user