fixed reCAPTCHA URL (#9083)

pull/9123/head
Koichi MATSUMOTO 2019-11-22 17:03:45 +09:00 committed by zeripath
parent 513b9fc988
commit 30fde478db
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ type Response struct {
ErrorCodes []string `json:"error-codes"`
}
const apiURL = "/api/siteverify"
const apiURL = "api/siteverify"
// Verify calls Google Recaptcha API to verify token
func Verify(response string) (bool, error) {