This commit is contained in:
parent
fbec63588f
commit
5bd2b869ad
@ -12,4 +12,4 @@ Route::middleware('auth:sanctum')->get('/me', function (Request $request) {
|
||||
});
|
||||
|
||||
|
||||
Route::get('/ping', function () {return 'pong';});
|
||||
Route::get('/ping', function () {return 'pongpong';});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user