diff --git a/python/jfjoch_grpc2http.py b/python/jfjoch_grpc2http.py index 220177f2..f97eb410 100644 --- a/python/jfjoch_grpc2http.py +++ b/python/jfjoch_grpc2http.py @@ -199,7 +199,7 @@ async def get_settings(request: Request): raise HTTPException(status_code=400, detail=e.details()) -@app.post("/data_processing/rad_int_profiles") +@app.get("/data_processing/rad_int_profiles") async def get_settings(): try: stub = jfjoch_pb2_grpc.gRPC_JFJochBrokerStub(channel)