]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/routing.yml
Update bundle & stock file
[github/wallabag/wallabag.git] / app / config / routing.yml
index 0f7b61fb3427991b7fad329357ae82688a57dc3f..84b98d2323621be0e315ab6e3df3f378c8075808 100644 (file)
@@ -1,9 +1,14 @@
+wallabag_import:
+    resource: "@WallabagImportBundle/Controller/"
+    type:     annotation
+    prefix:   /import
+
 wallabag_api:
     resource: "@WallabagApiBundle/Resources/config/routing.yml"
     prefix: /
 
 app:
-    resource: @WallabagCoreBundle/Controller/
+    resource: "@WallabagCoreBundle/Controller/"
     type: annotation
 
 doc-api: