Skip to content

Commit 6d9010f

Browse files
authored
Update recaptcha_v3_verification.pl
1 parent 23ec26d commit 6d9010f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_programming/recaptcha_verification/recaptcha_v3_verification.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ sub is_valid_captcha {
8484
$c->redirect_to('index');
8585
} => 'login';
8686

87-
post 'recaptchav3-verify' => sub {
87+
post '/recaptchav3-verify' => sub {
8888
my $c = shift;
8989
if (is_valid_captcha($c)) {
9090
return $c->render(json => {error => Mojo::JSON->false});

0 commit comments

Comments
 (0)