Add credits

This commit is contained in:
2020-10-09 17:40:38 +02:00
parent e725c30cf8
commit 5ca46b9cbd
3 changed files with 10 additions and 3 deletions

View File

@@ -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))