diff --git a/routes/api.php b/routes/api.php index 803f18b..da0fcfb 100644 --- a/routes/api.php +++ b/routes/api.php @@ -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']);}); +