File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
749749def 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" )
880880async def register_tilt (
881881 visit_name : str , session_id : MurfeySessionID , tilt_info : TiltInfo , db = murfey_db
882882):
You can’t perform that action at this time.
0 commit comments