diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-28 17:09:27 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-28 17:09:27 +0100 |
commit | e4788de51ecbf2773a043325965e10eb74b14e8f (patch) | |
tree | ca66ba084b27050ee336b93b82fbd55ac7f9fd3a /app/config/routing.yml | |
parent | 569f8d6851ea31b594fc5ccbcc11fe79dbdf2fa6 (diff) | |
download | wallabag-e4788de51ecbf2773a043325965e10eb74b14e8f.tar.gz wallabag-e4788de51ecbf2773a043325965e10eb74b14e8f.tar.zst wallabag-e4788de51ecbf2773a043325965e10eb74b14e8f.zip |
1st implementation of wallabag api, yeah
Diffstat (limited to 'app/config/routing.yml')
-rw-r--r-- | app/config/routing.yml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/app/config/routing.yml b/app/config/routing.yml index 95c224ab..a57311dc 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml | |||
@@ -4,4 +4,13 @@ app: | |||
4 | 4 | ||
5 | homepage: | 5 | homepage: |
6 | pattern: / | 6 | pattern: / |
7 | defaults: { _controller: WallabagCoreBundle:Entry:showUnread } \ No newline at end of file | 7 | defaults: { _controller: WallabagCoreBundle:Entry:showUnread } |
8 | |||
9 | doc-api: | ||
10 | resource: "@NelmioApiDocBundle/Resources/config/routing.yml" | ||
11 | prefix: /api/doc | ||
12 | |||
13 | rest : | ||
14 | type : rest | ||
15 | resource : "routing_rest.yml" | ||
16 | prefix : /api \ No newline at end of file | ||