add fileentity controller
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2025-12-18 01:13:19 +07:00
parent e2747fc999
commit f3aa6324c2
15 changed files with 447 additions and 345 deletions
@@ -11,7 +11,8 @@ public enum MessageCode {
INVALID_JSON_BODY(2, "Invalid fields in JSON object"),
INCOMPLETE_UPLOAD(2, "Not load all chunks"),
MSG_ID_NOT_FOUND(4, "Message id not found"),
FILE_ENTITY_ERROR(2, "File entity error"),
ACCESS_DENIED(2, "Access denied"),
AUTH_EMAIL_NOT_FOUND(4, "Email not found"),
FILE_NOT_FOUND(4, "File not found"),
AUTH_PASSWORD_NOT_MATCHES(2, "Password does not match");