mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 17:54:55 +02:00
small fix to routes with string
This commit is contained in:
@@ -30,7 +30,7 @@ return [
|
||||
['GET', 'account/confirm_email/{hash:[A-Za-z0-9-_]+}[/]', 'account/confirm_email.php'],
|
||||
|
||||
['GET', 'bans/{page:\d+}[/]', 'bans.php'],
|
||||
[['GET', 'POST'], 'characters[/{name:string]', 'characters.php'],
|
||||
[['GET', 'POST'], 'characters[/{name:string}]', 'characters.php'],
|
||||
['GET', 'changelog[/{page:int}]', 'changelog.php'],
|
||||
['GET', 'creatures[/{name:string}]', 'creatures.php'],
|
||||
|
||||
|
Reference in New Issue
Block a user