pongpong
Some checks failed
Build and Deploy to k3s / build-and-deploy (push) Failing after 2m33s

This commit is contained in:
Alexis Bruneteau 2025-06-02 13:40:03 +02:00
parent fbec63588f
commit 5bd2b869ad

View File

@ -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';});