From 2a69bda0711e4c38332d26f906e4d948c4fd99ff Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Mon, 2 Jun 2025 13:48:29 +0200 Subject: [PATCH] pongpong --- routes/api.php | 2 ++ 1 file changed, 2 insertions(+) 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']);}); +