Browse Source

config

master
Florian Eisenmenger 1 year ago
parent
commit
e359fbfaa3
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      config/routes.yaml

+ 7
- 1
config/routes.yaml View File

@@ -8,4 +8,10 @@ controllers:
# api/config/routes.yaml
auth:
path: /api/auth
methods: ['POST']
methods: ['POST']

# API und Media Routen
api_routes:
resource: .
type: api_platform
prefix: /api

Loading…
Cancel
Save