Skip to content

Commit 42c0323

Browse files
committed
Remove cryolo model api endpoint
1 parent 3eec7a2 commit 42c0323

File tree

2 files changed

+0
-46
lines changed

2 files changed

+0
-46
lines changed

src/murfey/server/api/spa.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/murfey/util/route_manifest.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -980,14 +980,6 @@ murfey.server.api.session_info.tomo_router:
980980
type: str
981981
methods:
982982
- GET
983-
murfey.server.api.spa.router:
984-
- path: /sessions/{session_id}/cryolo_model
985-
function: get_cryolo_model_path
986-
path_params:
987-
- name: session_id
988-
type: int
989-
methods:
990-
- GET
991983
murfey.server.api.websocket.ws:
992984
- path: /ws/test/{client_id}
993985
function: websocket_endpoint

0 commit comments

Comments
 (0)