Added outgoing transaction list API
This commit is contained in:
parent
bb239ba000
commit
06858fc005
3 changed files with 46 additions and 1 deletions
|
@ -154,6 +154,7 @@ sub startup {
|
|||
$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');
|
||||
$api->post('/outgoing-transactions')->to('api-transactions#post_transaction_list_purchases');
|
||||
|
||||
my $api_v1 = $api->under('/v1');
|
||||
|
||||
|
|
Reference in a new issue