New widget: Steam Workshop

This commit is contained in:
Daniel Brendel
2022-09-25 12:35:24 +02:00
parent a54c495622
commit f52cb919cf
18 changed files with 1075 additions and 700 deletions

View File

@ -17,10 +17,10 @@
return [
array('/', 'GET', 'index@index'),
array('/generator', 'GET', 'index@generator'),
array('/api/query/app', 'GET', 'api@queryAppInfo'),
array('/api/query/server', 'GET', 'api@queryServerInfo'),
array('/api/query/user', 'GET', 'api@queryUserInfo'),
array('/api/query/workshop', 'GET', 'api@queryWorkshopInfo'),
array('/api/resource/query', 'GET', 'api@queryResource'),
array('/stats/{pw}', 'GET', 'stats@index'),
array('/stats/query/{pw}', 'ANY', 'stats@query'),