We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e1bdf commit 5751ed2Copy full SHA for 5751ed2
src/murfey/server/api/__init__.py
@@ -1370,7 +1370,7 @@ def suggest_path(
1370
return {"suggested_path": check_path.relative_to(machine_config.rsync_basepath)}
1371
1372
1373
-@router.post("/{session_id}/make_rsyncer_destination")
+@router.post("/sessions/{session_id}/make_rsyncer_destination")
1374
def make_rsyncer_destination(session_id: int, destination: Path, db=murfey_db):
1375
secure_path_parts = [secure_filename(p) for p in destination.parts]
1376
destination_path = "/".join(secure_path_parts)
0 commit comments