Skip to content

Commit

Permalink
UHF-8908: Renamed entity settings route
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Mar 21, 2024
1 parent c245323 commit 6040b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helfi_api_base.routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ helfi_api_base.integrations:
_permission: 'access remote entities overview'

helfi_api_base.entity_settings:
path: '/admin/structure/helfi-integrations'
path: '/admin/structure/helfi-entities'
defaults:
_controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage'
_title: 'HELfi: Integrations'
_title: 'HELfi: Entity settings'
requirements:
_permission: 'access remote entities overview'

Expand Down

0 comments on commit 6040b99

Please sign in to comment.