Skip to content

Commit 464e886

Browse files
committed
fix: idkwtwh
1 parent 68c793a commit 464e886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/router/router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
func RegisterRoute(e *echo.Echo) {
1010
e.GET("/ping", controllers.Ping)
1111
e.GET("/docs", controllers.Docs)
12-
e.POST("/signup", controllers.Signup, middlewares.AdminOnly)
12+
e.POST("/signup", controllers.Signup)
1313
e.POST(("/jakabutarja"), controllers.SubmitCode)
1414
e.POST("/login", controllers.Login)
1515
e.POST("/logout", controllers.Logout)

0 commit comments

Comments
 (0)