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