initial implementation of demo organization provider

This commit is contained in:
Jonathan Treffler 2024-11-03 02:13:10 +01:00
parent 9d2d0a7988
commit 429ca86ce9
5 changed files with 180 additions and 0 deletions

8
appinfo/routes.php Normal file
View file

@ -0,0 +1,8 @@
<?php
return [
'resources' => [
],
'routes' => [
]
];