Johnny Lee commited on
Commit
fdd8c3c
·
1 Parent(s): 2cba383

update worker endpoint

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -71,10 +71,9 @@ def reset_textbox():
71
 
72
 
73
  def auth(username, password):
74
- auth_endpoint = "https://worker_auth.jclcw.workers.dev/auth"
75
  try:
76
  auth_payload = {username: password}
77
- print(auth_payload)
78
  auth_response = requests.post(
79
  auth_endpoint,
80
  json=auth_payload,
 
71
 
72
 
73
  def auth(username, password):
74
+ auth_endpoint = "https://worker.johnnyclee.com/auth"
75
  try:
76
  auth_payload = {username: password}
 
77
  auth_response = requests.post(
78
  auth_endpoint,
79
  json=auth_payload,