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