refactor: entity not found exceptions handler
This commit is contained in:
@ -8,7 +8,6 @@ class ProjectService(
|
||||
ServiceCrudMixin[Project, ProjectSchema, CreateProjectSchema, UpdateProjectSchema]
|
||||
):
|
||||
schema_class = ProjectSchema
|
||||
entity_not_found_msg = "Проект не найден"
|
||||
entity_deleted_msg = "Проект успешно удален"
|
||||
entity_updated_msg = "Проект успешно обновлен"
|
||||
entity_created_msg = "Проект успешно создан"
|
||||
|
||||
Reference in New Issue
Block a user