feat: CRUD ProcessSchema #16

Merged
ivan.dev merged 8 commits from VORKOUT-17 into master 2025-08-05 21:37:07 +05:00
19 changed files with 466 additions and 134 deletions
Showing only changes of commit e50bb32470 - Show all commits

View File

@@ -38,7 +38,7 @@ from api.services.update_data_validation import update_processschema_data_change
api_router = APIRouter(
prefix="/processschema",
prefix="/process-schema",
tags=["process schema"],
)