mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
fix creatures post route, back button
This commit is contained in:
@@ -32,7 +32,7 @@ return [
|
||||
['GET', 'bans/{page:\d+}[/]', 'bans.php'],
|
||||
[['GET', 'POST'], 'characters[/{name:string}]', 'characters.php'],
|
||||
['GET', 'changelog[/{page:int}]', 'changelog.php'],
|
||||
['GET', 'creatures[/{name:string}]', 'creatures.php'],
|
||||
[['GET', 'POST'], 'creatures[/{name:string}]', 'creatures.php'],
|
||||
|
||||
['GET', 'faq[/{action:string}]', 'faq.php'],
|
||||
|
||||
|
Reference in New Issue
Block a user