Skip to content

Commit 30fde47

Browse files
mzchzeripath
authored andcommitted
fixed reCAPTCHA URL (#9083)
1 parent 513b9fc commit 30fde47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/recaptcha/recaptcha.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type Response struct {
2424
ErrorCodes []string `json:"error-codes"`
2525
}
2626

27-
const apiURL = "/api/siteverify"
27+
const apiURL = "api/siteverify"
2828

2929
// Verify calls Google Recaptcha API to verify token
3030
func Verify(response string) (bool, error) {

0 commit comments

Comments
 (0)