Skip to content

Commit

Permalink
finish test
Browse files Browse the repository at this point in the history
  • Loading branch information
AoyuQC committed Jun 24, 2024
1 parent 00a15ff commit f04f062
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified source/lambda/online/common_entry_workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# ws_url from api gateway
jwt = os.environ['jwt']
ws_url = f"wss://luwo6r87ub.execute-api.us-west-2.amazonaws.com/prod/?idToken={jwt}"
ws_url = f"wss://w2druwcuc3.execute-api.us-west-2.amazonaws.com/prod/?idToken={jwt}"

def get_answer(body,ws):
ws.send(json.dumps(body))
Expand Down

0 comments on commit f04f062

Please sign in to comment.