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 23ec26d commit 6d9010fCopy full SHA for 6d9010f
web_programming/recaptcha_verification/recaptcha_v3_verification.pl
@@ -84,7 +84,7 @@ sub is_valid_captcha {
84
$c->redirect_to('index');
85
} => 'login';
86
87
-post 'recaptchav3-verify' => sub {
+post '/recaptchav3-verify' => sub {
88
my $c = shift;
89
if (is_valid_captcha($c)) {
90
return $c->render(json => {error => Mojo::JSON->false});
0 commit comments