Skip to content

Commit

Permalink
fix route name (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig authored Jul 9, 2024
1 parent cf9a1be commit 2e129f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Asset/Controller/Upload/InfoController.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function __construct(
* @throws NotFoundException
* @throws UserNotFoundException
*/
#[Route('/assets/exists/{parentId}', name: 'pimcore_studio_api_get_asset', methods: ['GET'])]
#[Route('/assets/exists/{parentId}', name: 'pimcore_studio_api_asset_upload_info', methods: ['GET'])]
#[IsGranted(UserPermissions::ASSETS->value)]
#[Get(
path: self::API_PATH . '/assets/exists/{parentId}',
Expand Down

0 comments on commit 2e129f3

Please sign in to comment.