re-add authorization
This commit is contained in:
parent
ab6ae052fd
commit
c756596f6b
@ -135,7 +135,7 @@ public class SupportController implements SupportResource {
|
||||
|
||||
|
||||
@Override
|
||||
// @PreAuthorize("hasAuthority('" + IMPORT_FILES + "')")
|
||||
@PreAuthorize("hasAuthority('" + IMPORT_FILES + "')")
|
||||
public ImportResponse importFiles(MultipartFile file) {
|
||||
|
||||
byte[] bytes;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user