re-add authorization

This commit is contained in:
Kilian Schuettler 2024-07-26 13:39:52 +02:00
parent ab6ae052fd
commit c756596f6b

View File

@ -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;