mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-29 04:21:06 +00:00
parent
fb87aecec4
commit
0fc764c385
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ doc-api:
|
||||||
resource: "@NelmioApiDocBundle/config/routing/swaggerui.xml"
|
resource: "@NelmioApiDocBundle/config/routing/swaggerui.xml"
|
||||||
prefix: /api/doc
|
prefix: /api/doc
|
||||||
|
|
||||||
|
doc-api-json:
|
||||||
|
path: /api/doc.json
|
||||||
|
methods: GET
|
||||||
|
defaults: { _controller: nelmio_api_doc.controller.swagger }
|
||||||
|
|
||||||
homepage:
|
homepage:
|
||||||
path: "/{page}"
|
path: "/{page}"
|
||||||
defaults:
|
defaults:
|
||||||
|
|
Loading…
Reference in a new issue