Use wildcard placeholder to fix base64 forward-slash bug

This commit is contained in:
swaggboi 2023-08-06 17:21:57 -04:00
parent 766f8ced42
commit 6cb2768f66

View File

@ -135,7 +135,7 @@ sub startup($self) {
$r->get('/rules')->to('page#rules')->name('rules_page');
$r->any([qw{GET POST}], '/captcha/:return_url')
$r->any([qw{GET POST}], '/captcha/*return_url')
->to('page#captcha')
->name('captcha_page');