Added initial ability to get transaction category list from month

This commit is contained in:
Finn 2018-01-17 16:47:05 +00:00
parent 36947bfeab
commit b383284519
4 changed files with 133 additions and 0 deletions

View file

@ -149,6 +149,7 @@ sub startup {
$api->post('/user/account')->to('api-user#post_account_update');
$api->post('/user-history')->to('api-user#post_user_history');
$api->post('/stats')->to('api-stats#post_index');
$api->post('/stats/category')->to('api-categories#post_category_list');
$api->post('/stats/customer')->to('api-stats#post_customer');
$api->post('/stats/leaderboard')->to('api-stats#post_leaderboards');
$api->post('/stats/leaderboard/paged')->to('api-stats#post_leaderboards_paged');