diff --git a/stand/api.py b/stand/api.py index 54c0654..fbb0970 100644 --- a/stand/api.py +++ b/stand/api.py @@ -12,7 +12,7 @@ from utils.annotations import Beamline, PGroup router = APIRouter() -@router.post("/tables/{pgroup}/append") +@router.post("/pgroups/{pgroup}/runs/{run}") def append(beamline: Beamline, pgroup: PGroup, run: int, row: dict[str, Any]): lib = adb.get(beamline)