Add Element Document
This commit is contained in:
7
appinfo/routes.php
Normal file
7
appinfo/routes.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'routes' => [
|
||||
['name' => 'page#main', 'url' => '/', 'verb' => 'GET'],
|
||||
['name' => 'file#upload', 'url' => '/upload', 'verb' => 'POST']
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user