initial commit

This commit is contained in:
2024-07-28 17:57:30 +02:00
commit db2d8ac606
9 changed files with 201 additions and 0 deletions

7
appinfo/routes.php Normal file
View File

@ -0,0 +1,7 @@
<?
return [
'routes' => [
// ['name' => '', 'url' => '', 'verb' => '']
]
];