Skip to content

Commit dd3de8e

Browse files
committed
IBX-8172: Fixed routing definition
1 parent 0cd160b commit dd3de8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/Resources/config/routing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ ibexa.rest.languages.view:
405405

406406
ibexa.rest.location.copy:
407407
path: /content/locations/{locationPath}
408-
controller: Ibexa\Rest\Server\Controller\Location:copy
408+
controller: Ibexa\Rest\Server\Controller\Location::copy
409409
condition: 'ibexa_get_media_type(request) === "CopyLocationInput"'
410410
methods: [POST]
411411
requirements:

0 commit comments

Comments
 (0)