initial commit

This commit is contained in:
2024-07-28 17:57:30 +02:00
commit f21cb97a1b
25 changed files with 1286 additions and 0 deletions

8
appinfo/routes.php Normal file
View File

@ -0,0 +1,8 @@
<?
return [
'routes' => [
['name' => 'settings#get', 'url' => '/settings', 'verb' => 'GET'],
['name' => 'settings#set', 'url' => '/settings', 'verb' => 'POST'],
]
];