We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513b9fc commit 30fde47Copy full SHA for 30fde47
modules/recaptcha/recaptcha.go
@@ -24,7 +24,7 @@ type Response struct {
24
ErrorCodes []string `json:"error-codes"`
25
}
26
27
-const apiURL = "/api/siteverify"
+const apiURL = "api/siteverify"
28
29
// Verify calls Google Recaptcha API to verify token
30
func Verify(response string) (bool, error) {
0 commit comments