mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
fix creatures post route, back button
This commit is contained in:
parent
9d78a3b5cf
commit
f0f84090d2
@ -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'],
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user