Add Element Document

This commit is contained in:
Pl4yep2on
2024-11-06 17:05:32 +00:00
parent 077c144d89
commit bf0ff5adc2
4 changed files with 74 additions and 0 deletions

7
appinfo/routes.php Normal file
View File

@ -0,0 +1,7 @@
<?php
return [
'routes' => [
['name' => 'page#main', 'url' => '/', 'verb' => 'GET'],
['name' => 'file#upload', 'url' => '/upload', 'verb' => 'POST']
]
];