X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fconfig%2Frouting.yml;h=f3502e156e6c80e884e9beb89bd42f76ec55bdd7;hb=0e7971d8354b0923d2e8f38690b9fe46e695dd93;hp=327d49d8ba4d3d7dfe605e4e0a8321f93d124de7;hpb=ad4d1caa9e744af57ca58a4e57576533eb682d00;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/config/routing.yml b/src/Wallabag/CoreBundle/Resources/config/routing.yml index 327d49d8..f3502e15 100644 --- a/src/Wallabag/CoreBundle/Resources/config/routing.yml +++ b/src/Wallabag/CoreBundle/Resources/config/routing.yml @@ -1,3 +1,7 @@ -_wllbg: +entry: resource: "@WallabagCoreBundle/Controller/EntryController.php" - type: annotation \ No newline at end of file + type: annotation + +config: + resource: "@WallabagCoreBundle/Controller/ConfigController.php" + type: annotation