mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +00:00
Change ping address
This commit is contained in:
parent
1a8ab06db7
commit
1475ebaddf
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Route::group(['namespace' => 'API'], function () {
|
|||
Route::delete('me', 'AuthController@logout');
|
||||
|
||||
Route::group(['middleware' => 'jwt.auth'], function () {
|
||||
Route::get('/', function () {
|
||||
Route::get('/ping', function () {
|
||||
// Just acting as a ping service.
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue