Skip to content

Commit

Permalink
Merge pull request #41 from cf15-t5/development
Browse files Browse the repository at this point in the history
refactor:add permisson transaction to admin and user
  • Loading branch information
lutfianRhdn authored Aug 24, 2023
2 parents ad9917a + cf617dc commit 5b8ca08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/config/permission.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@
'/users/update-profile',
'/users/topup',
'/users/withdraw',

'/transactions/my'
]

admin_permission=[
'/auth/verify',
'/users/',
'/categories/*',
'/events/verify',
'/transactions/'
'/transaction/*'
]

user_permission=[
Expand Down

0 comments on commit 5b8ca08

Please sign in to comment.