mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 08:07:41 -07:00
Stats
This commit is contained in:
@ -22,5 +22,7 @@ return [
|
||||
array('/api/query/server', 'GET', 'api@queryServerInfo'),
|
||||
array('/api/query/user', 'GET', 'api@queryUserInfo'),
|
||||
array('/api/resource/query', 'GET', 'api@queryResource'),
|
||||
array('/stats/{pw}', 'GET', 'stats@index'),
|
||||
array('/stats/query/{pw}', 'ANY', 'stats@query'),
|
||||
array('$404', 'ANY', 'error404@index')
|
||||
];
|
||||
|
Reference in New Issue
Block a user