|
|
@ -177,7 +177,7 @@ def pyOpenRPA_ServerJSInit(inRequest,inGSettings):
|
|
|
|
# Client: mGlobal.pyOpenRPA.ServerLogListHashStr
|
|
|
|
# Client: mGlobal.pyOpenRPA.ServerLogListHashStr
|
|
|
|
# Client: mGlobal.pyOpenRPA.ServerLogList
|
|
|
|
# Client: mGlobal.pyOpenRPA.ServerLogList
|
|
|
|
@app.post("/orpa/client/server-log",response_class=JSONResponse, tags=["Client"])
|
|
|
|
@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()
|
|
|
|
inGSDict = __Orchestrator__.GSettingsGet()
|
|
|
|
# Extract the hash value from request
|
|
|
|
# Extract the hash value from request
|
|
|
|
lValueStr = await inRequest.body()
|
|
|
|
lValueStr = await inRequest.body()
|
|
|
|