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

This commit is contained in:
vladp
2026-03-02 13:40:07 +07:00
parent c86290c2cb
commit 24228609bb
@@ -210,7 +210,7 @@ public class ApiController {
return results;
}
File file = new File(fileEntity.getFilePath());
File file = new File(fileEntity.getProtectedFilePath());
FileProtector.Type type = "document".equals(fileEntity.getMimeType()) ?
FileProtector.Type.DOC : FileProtector.Type.AUDIO;