Use wildcard placeholder to fix base64 forward-slash bug
This commit is contained in:
parent
766f8ced42
commit
6cb2768f66
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue