#5 New base layout & doc section

This commit is contained in:
Daniel Brendel
2023-03-22 15:53:32 +01:00
parent 5c31b3e581
commit 01f9530645
10 changed files with 1024 additions and 892 deletions

View File

@ -17,6 +17,7 @@
return [
array('/', 'GET', 'index@index'),
array('/documentation', 'GET', 'index@documentation'),
array('/api/query/app', 'GET', 'api@queryAppInfo'),
array('/api/query/server', 'GET', 'api@queryServerInfo'),
array('/api/query/user', 'GET', 'api@queryUserInfo'),