Skip to content

Commit

Permalink
IBX-8180: Fixed routing
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Jul 16, 2024
1 parent b0fb202 commit e9a49d5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/bundle/Resources/config/routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit e9a49d5

Please sign in to comment.