Add maintenance management features: implement maintenance endpoints in the API, enhance media upload handling to skip duplicate files, and update frontend routes and translations for maintenance operations.
This commit is contained in:
@@ -33,4 +33,9 @@ public static class MediaErrors
|
||||
"Media.SourceNotFound",
|
||||
"Исходный файл не найден в хранилище."
|
||||
);
|
||||
|
||||
public static readonly Error DuplicateFileName = Error.Conflict(
|
||||
"Media.DuplicateFileName",
|
||||
"Файл с таким именем уже загружен."
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user