add endpoint with files user info
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-01-06 12:50:39 +07:00
parent bd9ecd4f84
commit bf4d1ca450
4 changed files with 173 additions and 0 deletions
@@ -4,5 +4,7 @@ public enum FileStatus {
ACTIVE,
DELETED,
PROCESSING,
VIOLATION,
CHECKED,
ERROR
}