diff --git a/B06_Section/B06_Section_Router_Confirm.py b/B06_Section/B06_Section_Router_Confirm.py index 1ef95832..ea915f03 100644 --- a/B06_Section/B06_Section_Router_Confirm.py +++ b/B06_Section/B06_Section_Router_Confirm.py @@ -163,7 +163,6 @@ async def _apply_section_edits( ) -@router.post("/{project_id}/sections/{route_id}/save", response_model=SectionConfirmResponse) async def _enforce_stored_designs(project_id: UUID, route_id: int) -> None: """저장분의 포장 구간·세월교 노면 하강을 바로잡는다 — 편집분을 얹기 **전에** 돈다. @@ -182,6 +181,7 @@ async def _enforce_stored_designs(project_id: UUID, route_id: int) -> None: ) +@router.post("/{project_id}/sections/{route_id}/save", response_model=SectionConfirmResponse) async def save_sections( project_id: UUID, route_id: int,