mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 14:37:41 -07:00
New widget: Steam Workshop
This commit is contained in:
@ -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'),
|
||||
|
Reference in New Issue
Block a user