fix partey tags
This commit is contained in:
@@ -38,7 +38,6 @@ public class UserDataManagementController extends BaseController {
|
||||
* Gets the for user.
|
||||
*
|
||||
* @param username the username
|
||||
* @return
|
||||
* @return the for user
|
||||
*/
|
||||
@PreAuthorize("hasRole('ROLE_ADMIN')")
|
||||
@@ -68,7 +67,7 @@ public class UserDataManagementController extends BaseController {
|
||||
* Purge by username.
|
||||
*
|
||||
* @param username the username
|
||||
* @param dry the dry
|
||||
* @param dry the dry
|
||||
*/
|
||||
@PreAuthorize("hasRole('ROLE_ADMIN')")
|
||||
@PostMapping("/purge/{username}")
|
||||
|
||||
Reference in New Issue
Block a user