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