From e359fbfaa3923a354d6c00a45f706bbb719c1bc8 Mon Sep 17 00:00:00 2001 From: Florian Eisenmenger Date: Wed, 20 Nov 2024 11:49:28 +0100 Subject: [PATCH] config --- config/routes.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/routes.yaml b/config/routes.yaml index 09d3450..b5721f9 100644 --- a/config/routes.yaml +++ b/config/routes.yaml @@ -8,4 +8,10 @@ controllers: # api/config/routes.yaml auth: path: /api/auth - methods: ['POST'] \ No newline at end of file + methods: ['POST'] + +# API und Media Routen +api_routes: + resource: . + type: api_platform + prefix: /api