From e9a49d5ca13a8aa3b4376656c6ec53b1b378f5f4 Mon Sep 17 00:00:00 2001 From: Bartek Wajda Date: Wed, 3 Jul 2024 00:21:48 +0200 Subject: [PATCH] IBX-8180: Fixed routing --- src/bundle/Resources/config/routing.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/bundle/Resources/config/routing.yml b/src/bundle/Resources/config/routing.yml index 354a42a3..1c01c00f 100644 --- a/src/bundle/Resources/config/routing.yml +++ b/src/bundle/Resources/config/routing.yml @@ -541,14 +541,6 @@ ibexa.rest.create_location: # Content types -ibexa.rest.content_type.copy: - path: /content/types/{contentTypeId} - defaults: - _controller: Ibexa\Rest\Server\Controller\ContentType:copyContentType - condition: 'is_content_type_compatible(request, "application/vnd.ibexa.api.CopyContentTypeInput")' - methods: [POST] - requirements: - contentTypeId: \d+ ibexa.rest.content_type.copy: path: /content/types/{contentTypeId}