Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-smf-user
Commits
02af1efb
Commit
02af1efb
authored
2 years ago
by
sarojsingh2021
Browse files
Options
Download
Patches
Plain Diff
adding delete endpoint
parent
80849197
master
delete-user
delete-user-fix
institute-district
1 merge request
!3
Delete user
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/tarento/retail/config/WebSecurityConfig.java
+1
-0
...ain/java/com/tarento/retail/config/WebSecurityConfig.java
with
1 addition
and
0 deletions
+1
-0
src/main/java/com/tarento/retail/config/WebSecurityConfig.java
+
1
−
0
View file @
02af1efb
...
...
@@ -57,6 +57,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
"/user/mapActionToRole"
,
"/user/unmapActionToRole"
,
"/user/getUsersByMasterRole"
,
"/user/mapUserMasterRoleCountryOrg"
,
"/user/getMasterRoleByOrgDomain"
,
"/user/domainRole"
,
"/user/getUsersByRole"
,
"/user/addOrgDomainRoles"
,
"/user/createBulkInstitute"
,
"/user/admin/deleteUser"
,
"/v2/api-docs"
,
"/configuration/ui"
,
"/swagger-resources/**"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets