diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/AppKernel.php | 2 | ||||
-rw-r--r-- | app/config/routing.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php index 1f2d4ad4..30ac7463 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php | |||
@@ -35,7 +35,7 @@ class AppKernel extends Kernel | |||
35 | new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(), | 35 | new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(), |
36 | new Craue\ConfigBundle\CraueConfigBundle(), | 36 | new Craue\ConfigBundle\CraueConfigBundle(), |
37 | new Lexik\Bundle\MaintenanceBundle\LexikMaintenanceBundle(), | 37 | new Lexik\Bundle\MaintenanceBundle\LexikMaintenanceBundle(), |
38 | new Wallabag\CommentBundle\WallabagCommentBundle(), | 38 | new Wallabag\AnnotationBundle\WallabagAnnotationBundle(), |
39 | ]; | 39 | ]; |
40 | 40 | ||
41 | if (in_array($this->getEnvironment(), ['dev', 'test'], true)) { | 41 | if (in_array($this->getEnvironment(), ['dev', 'test'], true)) { |
diff --git a/app/config/routing.yml b/app/config/routing.yml index 8fbcb643..6a6aa6ac 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml | |||
@@ -1,6 +1,6 @@ | |||
1 | wallabag_comment: | 1 | wallabag_annotation: |
2 | type : rest | 2 | type : rest |
3 | resource: "@WallabagCommentBundle/Resources/config/routing_comments.yml" | 3 | resource: "@WallabagAnnotationBundle/Resources/config/routing_annotations.yml" |
4 | 4 | ||
5 | wallabag_import: | 5 | wallabag_import: |
6 | resource: "@WallabagImportBundle/Controller/" | 6 | resource: "@WallabagImportBundle/Controller/" |