Skip to content

Commit

Permalink
Change permission legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
HubM committed Apr 3, 2024
1 parent b9b3cec commit 80e331c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ const getGarantiesFinancieresPage = asyncHandler(async (request, response) => {

v1Router.get(
routes.ADMIN_GARANTIES_FINANCIERES,
ensureRole(['dreal']),
ensureRole(['dreal', 'dgec-validateur', 'admin']),
getGarantiesFinancieresPage,
);

0 comments on commit 80e331c

Please sign in to comment.