We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c793a commit 464e886Copy full SHA for 464e886
pkg/router/router.go
@@ -9,7 +9,7 @@ import (
9
func RegisterRoute(e *echo.Echo) {
10
e.GET("/ping", controllers.Ping)
11
e.GET("/docs", controllers.Docs)
12
- e.POST("/signup", controllers.Signup, middlewares.AdminOnly)
+ e.POST("/signup", controllers.Signup)
13
e.POST(("/jakabutarja"), controllers.SubmitCode)
14
e.POST("/login", controllers.Login)
15
e.POST("/logout", controllers.Logout)
0 commit comments