dev add config for nginx
Test Workflow / test (push) Successful in 2s

This commit is contained in:
vladp
2026-03-10 22:47:43 +07:00
parent 590d42690b
commit c591ab40df
17 changed files with 495 additions and 306 deletions
@@ -23,10 +23,5 @@ public class GlobalSearchResult {
private String fileName;
private String thumbnail;
private String fileStatus;
@Column(length = 5000)
private String searchResults;
}