Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
fixed routing
Browse files Browse the repository at this point in the history
  • Loading branch information
wachterjohannes committed Apr 14, 2014
1 parent bb89a1e commit 435385f
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions app/admin/config/routing.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
sulu_product_advanced:
resource: "@SuluProductAdvancedBundle/Resources/config/routing.yml"
prefix: /sulu_product_advanced

sulu_tag:
resource: "@SuluTagBundle/Resources/config/routing.yml"
prefix: /admin/tag
Expand Down Expand Up @@ -36,28 +32,7 @@ sulu_content:
resource: "@SuluContentBundle/Resources/config/routing.yml"
prefix: /admin/content

sulu_productbase:
resource: "@SuluProductBaseBundle/Resources/config/routing.yml"
prefix: /admin/productbase

sulu_product_advanced:
resource: "@SuluProductAdvancedBundle/Resources/config/routing.yml"
prefix: /admin

sulu_product_advanced_api:
resource: "@SuluProductAdvancedBundle/Resources/config/routing_api.yml"
prefix: /admin/api

sulu_content_api:
type: rest
resource: "@SuluContentBundle/Resources/config/routing_api.yml"
prefix: /admin/api

sulu_translate:
resource: "@SuluTranslateBundle/Resources/config/routing.yml"
prefix: /admin/translate

sulu_translate_api:
type: rest
resource: "@SuluTranslateBundle/Resources/config/routing_api.yml"
prefix: /admin/api

0 comments on commit 435385f

Please sign in to comment.