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

This commit is contained in:
Alexis Bruneteau 2025-06-02 13:48:29 +02:00
parent 5bd2b869ad
commit 2a69bda071

View File

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