Skip to content

Commit

Permalink
[7-23] 開発用ルート設定にAPIドキュメントのルートを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
hidenorigoto committed Dec 28, 2015
1 parent 3bb6e2e commit 4ae33ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/config/routing_dev.yml
Expand Up @@ -16,3 +16,7 @@ _errors:

_main:
resource: routing.yml

NelmioApiDocBundle:
resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
prefix: /api/doc
3 changes: 3 additions & 0 deletions docs/lists/ch07/07-23.txt
@@ -0,0 +1,3 @@
NelmioApiDocBundle:
resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
prefix: /api/doc

0 comments on commit 4ae33ef

Please sign in to comment.