mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:49:52 +01:00
fixed reCAPTCHA URL (#9083)
This commit is contained in:
parent
513b9fc988
commit
30fde478db
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue