Hasitha16 commited on
Commit
03c0291
·
verified ·
1 Parent(s): 7cc1bf1

Update frontend.py

Browse files
Files changed (1) hide show
  1. frontend.py +1 -1
frontend.py CHANGED
@@ -209,7 +209,7 @@ with tab2:
209
  # ✅ Updated: Pass token as query param (NOT in headers)
210
  res = requests.post(
211
  f"{backend_url}/bulk/?token={api_token}",
212
- json=payload,
213
  )
214
 
215
  if res.status_code == 200:
 
209
  # ✅ Updated: Pass token as query param (NOT in headers)
210
  res = requests.post(
211
  f"{backend_url}/bulk/?token={api_token}",
212
+ json=payload
213
  )
214
 
215
  if res.status_code == 200: