This commit is contained in:
Daniel Brendel
2022-09-30 15:15:23 +02:00
parent 4cd53f3a37
commit 0343247048
4 changed files with 75 additions and 1 deletions

View File

@ -21,6 +21,7 @@ return [
array('/api/query/server', 'GET', 'api@queryServerInfo'),
array('/api/query/user', 'GET', 'api@queryUserInfo'),
array('/api/query/workshop', 'GET', 'api@queryWorkshopInfo'),
array('/api/query/group', 'GET', 'api@queryGroupInfo'),
array('/api/resource/query', 'GET', 'api@queryResource'),
array('/stats/{pw}', 'GET', 'stats@index'),
array('/stats/query/{pw}', 'ANY', 'stats@query'),