浏览代码

config

master
Florian Eisenmenger 1年前
父节点
当前提交
e359fbfaa3
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. +7
    -1
      config/routes.yaml

+ 7
- 1
config/routes.yaml 查看文件

@@ -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

正在加载...
取消
保存