Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orvice committed Jan 16, 2017
1 parent 6341b3c commit 4bc9545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
$app->group('/mu/v2', function () {
$this->get('/users', 'App\Controllers\MuV2\UserController:index');
$this->post('/users/{id}/traffic', 'App\Controllers\MuV2\UserController:addTraffic');
$this->post('/nodes/{id}/users', 'App\Controllers\MuV2\NodeController:users');
$this->get('/nodes/{id}/users', 'App\Controllers\MuV2\NodeController:users');
$this->post('/nodes/{id}/online_count', 'App\Controllers\MuV2\NodeController:onlineUserLog');
$this->post('/nodes/{id}/info', 'App\Controllers\MuV2\NodeController:info');
$this->post('/nodes/{id}/traffic', 'App\Controllers\MuV2\NodeController:postTraffic');
Expand Down

0 comments on commit 4bc9545

Please sign in to comment.