Skip to content

Commit cfa55a5

Browse files
committed
IBX-8174: Fixed routing
1 parent 18f6e23 commit cfa55a5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/bundle/Resources/config/routing.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -485,15 +485,6 @@ ibexa.rest.create_location:
485485

486486
# Content types
487487

488-
ibexa.rest.content_type.copy:
489-
path: /content/types/{contentTypeId}
490-
controller: Ibexa\Rest\Server\Controller\ContentType::copyContentType
491-
condition: 'ibexa_get_media_type(request) === "CopyContentTypeInput"'
492-
methods: [POST]
493-
options:
494-
options_route_suffix: 'CopyContentTypeInput'
495-
requirements:
496-
contentTypeId: \d+
497488

498489
ibexa.rest.content_type.copy:
499490
path: /content/types/{contentTypeId}

0 commit comments

Comments
 (0)