Skip to content

Commit

Permalink
Fix example application automation and sitemap routes (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Mar 23, 2023
1 parent 29f27a7 commit 34f3fad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Tests/Application/config/routing_admin.yml
Expand Up @@ -104,6 +104,16 @@ sulu_search:
resource: "@SuluSearchBundle/Resources/config/routing.yml"
prefix: /admin/search

# automation
sulu_automation_api:
resource: '@SuluAutomationBundle/Resources/config/routing_api.yml'
prefix: /admin/api

sulu_automation:
type: rest
resource: '@SuluAutomationBundle/Resources/config/routing.yml'
prefix: /admin/automation

# Custom
example_test_api:
type: rest
Expand Down
3 changes: 3 additions & 0 deletions Tests/Application/config/routing_website.yml
Expand Up @@ -4,3 +4,6 @@ sulu_media:
sulu_search:
type: portal
resource: "@SuluSearchBundle/Resources/config/routing_website.yml"

sulu_website:
resource: "@SuluWebsiteBundle/Resources/config/routing_website.yml"

0 comments on commit 34f3fad

Please sign in to comment.