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