Removed redundant file and fixed user updat e+ added tests
This commit is contained in:
parent
bad60c85e7
commit
9affdbf08e
4 changed files with 115 additions and 104 deletions
|
@ -150,8 +150,6 @@ sub startup {
|
|||
$api->post('/user')->to('api-user#post_account');
|
||||
$api->post('/user/account')->to('api-user#post_account_update');
|
||||
$api->post('/user/day')->to('api-user#post_day');
|
||||
$api->post('/edit')->to('api-api#post_edit');
|
||||
$api->post('/fetchuser')->to('api-api#post_fetchuser');
|
||||
$api->post('/user-history')->to('api-user#post_user_history');
|
||||
$api->post('/stats')->to('api-stats#post_index');
|
||||
$api->post('/stats/leaderboard')->to('api-stats#post_leaderboards');
|
||||
|
|
Reference in a new issue