Skip to content

Commit

Permalink
Hotfix register being GET request
Browse files Browse the repository at this point in the history
  • Loading branch information
saffronjam committed May 31, 2024
1 parent e155874 commit 97b2e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/routes/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ func RegisterRoutes() *RegisterRoutingGroup {

func (group *RegisterRoutingGroup) PrivateRoutes() []Route {
return []Route{
{Method: "GET", Pattern: RegisterPath, HandlerFunc: v2.Register},
{Method: "POST", Pattern: RegisterPath, HandlerFunc: v2.Register},
}
}

0 comments on commit 97b2e57

Please sign in to comment.