Frontend: Adjust plotting and add bkg estimate
This commit is contained in:
@@ -185,7 +185,7 @@ async def get_settings(data: str = Body(...)):
|
||||
raise HTTPException(status_code=400, detail=e.details())
|
||||
|
||||
|
||||
@app.put("/detector/measurement_statistics")
|
||||
@app.get("/detector/measurement_statistics")
|
||||
async def get_meas_stats():
|
||||
try:
|
||||
stub = jfjoch_pb2_grpc.gRPC_JFJochBrokerStub(channel)
|
||||
|
||||
Reference in New Issue
Block a user