debut page post

This commit is contained in:
2024-11-19 14:15:09 +01:00
parent 2ac5b8e2ec
commit 8b9fb63dcb
2 changed files with 26 additions and 0 deletions

View File

@ -2,5 +2,6 @@
return [
'routes' => [
['name' => 'page#main', 'url' => '/', 'verb' => 'GET'],
['name' => 'page#post', 'url' => '/post', 'verb' => 'POST'],
]
];