From c027dc62379f3f1c802fe5175d336ba606149021 Mon Sep 17 00:00:00 2001 From: dmoreau Date: Mon, 18 Nov 2024 14:53:56 +0100 Subject: [PATCH] correction pour que /api soit l'accueil du projet --- config/routes.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.yaml b/config/routes.yaml index 38c4806..60b76b7 100644 --- a/config/routes.yaml +++ b/config/routes.yaml @@ -3,6 +3,7 @@ controllers: path: ../src/Controller/ namespace: App\Controller type: attribute + prefix: /api gesdinet_jwt_refresh_token: path: /api/token/refresh