Skip to content

Commit

Permalink
Added action bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
voslartomas committed Jan 19, 2017
1 parent 80a1b3c commit 529397e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"api-platform/core": "^2.0",
"tbbc/money-bundle": "^3.1",
"webcookcms/security-bundle": "~1.0@dev",
"webcookcms/i18n-bundle": "~1.0@dev"
"webcookcms/i18n-bundle": "~1.0@dev",
"dunglas/action-bundle": "^0.4.0"
},
"autoload": {
"psr-0": { "Webcook\\Cms\\CoreBundle": "src/" }
Expand Down
2 changes: 1 addition & 1 deletion src/Webcook/Cms/CoreBundle/Tests/config/routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ login_check:
api_platform:
resource: '.'
type: 'api_platform'
prefix: '/tapi' # Optional
prefix: '/api' # Optional

0 comments on commit 529397e

Please sign in to comment.