Skip to content

Commit

Permalink
IBX-8180: Fixed routing definition
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Jun 27, 2024
1 parent cdfe248 commit 55e48bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Resources/config/routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ ibexa.rest.languages.view:

ibexa.rest.location.swap:
path: /content/locations/{locationPath}
controller: Ibexa\Rest\Server\Controller\Location:swap
controller: Ibexa\Rest\Server\Controller\Location::swap
condition: 'ibexa_get_media_type(request) === "SwapLocationInput"'
methods: [POST]
requirements:
Expand Down

0 comments on commit 55e48bf

Please sign in to comment.