Upstream sync

This commit is contained in:
Senad Uka
2023-09-21 11:59:08 +02:00
parent f4dcb823c4
commit c2d6923375
12 changed files with 1247 additions and 89 deletions

View File

@@ -18,6 +18,6 @@ func RegisterProtectedRoutes(r *gin.Engine) {
authGroup.Use(middlewares.AuthHandler("admin"))
{
authGroup.GET("/getmessage",controllers.GetSecretText)
authGroup.GET("/getmessage", controllers.GetSecretText)
}
}