Skip to content

Commit bfda9d9

Browse files
committed
route: update recaptcha url
Signed-off-by: E99p1ant <i@github.red>
1 parent 2abf3c3 commit bfda9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/route/route.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ func New() *flamego.Flame {
161161
// FYI: https://developers.cloudflare.com/turnstile/migration/migrating-from-recaptcha/
162162
return "https://challenges.cloudflare.com/turnstile/v0/siteverify"
163163
}
164-
return recaptcha.VerifyURLGlobal
164+
return recaptcha.VerifyURLGoogle
165165
}(),
166166
},
167167
),

0 commit comments

Comments
 (0)