init
This commit is contained in:
3
api/config/routes/annotations.yaml
Normal file
3
api/config/routes/annotations.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
controllers:
|
||||
resource: ../../src/Controller/
|
||||
type: annotation
|
||||
3
api/config/routes/api_platform.yaml
Normal file
3
api/config/routes/api_platform.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
api_platform:
|
||||
resource: .
|
||||
type: api_platform
|
||||
3
api/config/routes/dev/twig.yaml
Normal file
3
api/config/routes/dev/twig.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
_errors:
|
||||
resource: '@TwigBundle/Resources/config/routing/errors.xml'
|
||||
prefix: /_error
|
||||
7
api/config/routes/dev/web_profiler.yaml
Normal file
7
api/config/routes/dev/web_profiler.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
web_profiler_wdt:
|
||||
resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml'
|
||||
prefix: /_wdt
|
||||
|
||||
web_profiler_profiler:
|
||||
resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml'
|
||||
prefix: /_profiler
|
||||
Reference in New Issue
Block a user