initial commit

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

7
appinfo/routes.php Normal file
View File

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