Skip to content

Commit 3373fd5

Browse files
committed
Couple of typos
1 parent 2b91db4 commit 3373fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/murfey/server/api/workflow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ async def request_tomography_preprocessing(
745745
return proc_file
746746

747747

748-
@tomo_router.post("/visits/{visit_name}/sesisons{session_id}/completed_tilt_series")
748+
@tomo_router.post("/visits/{visit_name}/sessions/{session_id}/completed_tilt_series")
749749
def register_completed_tilt_series(
750750
visit_name: str,
751751
session_id: MurfeySessionID,
@@ -876,7 +876,7 @@ class TiltInfo(BaseModel):
876876
source: str
877877

878878

879-
@tomo_router.post("/visits/{visit_name}/sessions{session_id}/tilt")
879+
@tomo_router.post("/visits/{visit_name}/sessions/{session_id}/tilt")
880880
async def register_tilt(
881881
visit_name: str, session_id: MurfeySessionID, tilt_info: TiltInfo, db=murfey_db
882882
):

0 commit comments

Comments
 (0)