Skip to content

Commit

Permalink
fix path des documents
Browse files Browse the repository at this point in the history
  • Loading branch information
lowzonenose committed Mar 2, 2025
1 parent 02bedd1 commit 3fa32b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Controller/Entrepot/UserDocumentsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
use Symfony\Component\Routing\Attribute\Route;

#[Route(
'/api/users/documents',
name: 'cartesgouvfr_api_user_documents_',
'/api/users/me/documents',
name: 'cartesgouvfr_api_user_me_documents_',
options: ['expose' => true],
condition: 'request.isXmlHttpRequest()'
)]
Expand Down

0 comments on commit 3fa32b2

Please sign in to comment.