Skip to content

Commit

Permalink
Change ping address
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan committed May 1, 2018
1 parent 1a8ab06 commit 1475eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Route::delete('me', 'AuthController@logout');

Route::group(['middleware' => 'jwt.auth'], function () {
Route::get('/', function () {
Route::get('/ping', function () {
// Just acting as a ping service.
});

Expand Down

0 comments on commit 1475eba

Please sign in to comment.