diff options
Diffstat (limited to 'app/config/routing.yml')
-rw-r--r-- | app/config/routing.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/config/routing.yml b/app/config/routing.yml index a57311dc..60fcb6f4 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml | |||
@@ -10,7 +10,7 @@ doc-api: | |||
10 | resource: "@NelmioApiDocBundle/Resources/config/routing.yml" | 10 | resource: "@NelmioApiDocBundle/Resources/config/routing.yml" |
11 | prefix: /api/doc | 11 | prefix: /api/doc |
12 | 12 | ||
13 | rest : | 13 | wallabag_api: |
14 | type : rest | 14 | resource: "@WallabagApiBundle/Controller/" |
15 | resource : "routing_rest.yml" | 15 | type: annotation |
16 | prefix : /api \ No newline at end of file | 16 | prefix: /api \ No newline at end of file |