dev-fastapi
Иван Маслов 2 years ago
parent f96ce9ab58
commit dd420cc3d2

@ -177,7 +177,7 @@ def pyOpenRPA_ServerJSInit(inRequest,inGSettings):
# Client: mGlobal.pyOpenRPA.ServerLogListHashStr
# Client: mGlobal.pyOpenRPA.ServerLogList
@app.post("/orpa/client/server-log",response_class=JSONResponse, tags=["Client"])
async def pyOpenRPA_ServerLog(inRequest: Request, inAuthTokenStr:str=Depends(__Orchestrator__.WebAuthDefGet())):
async def pyOpenRPA_ServerLog(inRequest: Request, inAuthTokenStr:str=Depends(IdentifyAuthorize)):
inGSDict = __Orchestrator__.GSettingsGet()
# Extract the hash value from request
lValueStr = await inRequest.body()

Loading…
Cancel
Save