fix creatures post route, back button

This commit is contained in:
slawkens 2023-02-18 21:26:22 +01:00
parent 9d78a3b5cf
commit f0f84090d2

View File

@ -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'],