This commit is contained in:
parent
5bd2b869ad
commit
2a69bda071
@ -13,3 +13,5 @@ Route::middleware('auth:sanctum')->get('/me', function (Request $request) {
|
||||
|
||||
|
||||
Route::get('/ping', function () {return 'pongpong';});
|
||||
Route::get('/pute', function () {return response()->json(['pute' => 'Dimitri']);});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user