Skip to content

Commit

Permalink
updated endpoint name
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Dec 13, 2023
1 parent 82f6cea commit 5395769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/app/submission/submission_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ async def conflate_osm_data(
return []


@router.post("/update_submission_cache")
async def update_submission_cache(
@router.post("/download-submission")
async def download_submission_json(
background_tasks: BackgroundTasks,
project_id: int,
background_task_id: Optional[str] = None,
Expand Down

0 comments on commit 5395769

Please sign in to comment.