Skip to content

Commit

Permalink
Switched to new Ibexa namespace for new classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveb-p committed Nov 22, 2023
1 parent a48f66f commit caa2eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bundle/Resources/config/routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,12 +387,12 @@ ezpublish_rest_setObjectStatesForContent:
ibexa.rest.languages.list:
path: /languages
methods: [GET]
controller: EzSystems\EzPlatformRest\Server\Controller\Language::listLanguages
controller: Ibexa\Bundle\Rest\Server\Controller\Language::listLanguages

ibexa.rest.languages.view:
path: /languages/{languageCode}
methods: [GET]
controller: EzSystems\EzPlatformRest\Server\Controller\Language::loadLanguage
controller: Ibexa\Bundle\Rest\Server\Controller\Language::loadLanguage

# Locations

Expand Down

0 comments on commit caa2eb7

Please sign in to comment.