Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio committed Jun 30, 2023
1 parent 098b447 commit 5f9d9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func main() {

// New group for the captcha routes
captcha := handler.Group("/captcha")
captcha.POST("/start", captchaStart)
captcha.GET("/start", captchaStart)
captcha.POST("/verify", captchaVerify)

gin.SetMode(gin.ReleaseMode)
Expand Down

0 comments on commit 5f9d9b3

Please sign in to comment.