Skip to content

Commit

Permalink
making transactions route accessible to everyone
Browse files Browse the repository at this point in the history
  • Loading branch information
natapokie committed Aug 17, 2023
1 parent ae1b3a6 commit 108c9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/routes/scuntTeamRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ router.post(
router.post(
'/transactions',
checkLoggedIn,
hasAuthScopes(['scunt:exec view transactions']),
// hasAuthScopes(['scunt:exec view transactions']),
ScuntTeamController.viewTransactions,
);

Expand Down

0 comments on commit 108c9d9

Please sign in to comment.