dev add monitoring basic
Test Workflow / test (push) Successful in 9s

This commit is contained in:
vladp
2026-03-02 16:15:32 +07:00
parent b0804938bd
commit 1124cddb5a
@@ -211,7 +211,7 @@ public class ApiController {
return results; return results;
} }
File file = new File(fileEntity.getProtectedFilePath()); File file = new File(fileEntity.getFilePath());
FileProtector.Type type = "document".equals(fileEntity.getMimeType()) ? FileProtector.Type type = "document".equals(fileEntity.getMimeType()) ?
FileProtector.Type.DOC : FileProtector.Type.AUDIO; FileProtector.Type.DOC : FileProtector.Type.AUDIO;