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