WIP: Fix Auth Preferences for Endpoints
Compare changes
Files
5
Conflict: This file was modified in the source branch, but removed in the target branch.
Ask someone with write access to resolve it.
+ 40
− 38
@@ -27,49 +25,53 @@ router.post('/', permit([Role.ADMIN]), async (req, res) => {
@@ -88,10 +90,10 @@ router.delete('/byUser/:keycloakId', permit([Role.ADMIN]), async (req, res) => {
\ No newline at end of file