mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
15 lines
318 B
YAML
15 lines
318 B
YAML
json_rpc_api:
|
|
handlers:
|
|
auth:
|
|
path: /auth
|
|
host: null
|
|
serializer: null
|
|
logger: null
|
|
annotation: null
|
|
main:
|
|
path: /api/v1
|
|
host: null
|
|
serializer: null
|
|
logger: null
|
|
annotation: null
|