jfjoch_grpc2http.py: Minor correction
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user