* initial commit

* get list of activities
* get activity by id
This commit is contained in:
Dávid Danyi
2017-01-27 16:45:14 +01:00
commit b5c307166e
31 changed files with 3299 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
return [
'authKey' => '',
'debug' => true,
'config_cache_enabled' => false,
];