dev add method link
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-05-04 16:59:30 +07:00
parent 25b4601bfb
commit 50577b43a2
9 changed files with 175 additions and 0 deletions
@@ -416,6 +416,7 @@ public class FileEntityService {
.fileUploadDate(fileEntity.getCreatedAt())
.protectedFilePath(fileEntity.getProtectedFilePath())
.thumbnailFileUrl(baseUrl + "/api/files/protected/" + fileEntity.getId() + "/thumbnail")
.permissions(fileEntity.getPermissions())
.build();
}
}