Skip to content

Commit

Permalink
switch to admin task submission
Browse files Browse the repository at this point in the history
  • Loading branch information
jmilldotdev committed Nov 21, 2023
1 parent da84bd1 commit f8ee783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/eden.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ async def request_creation(
"attributes": attributes,
}

response = requests.post(f"{api_url}/tasks/create", json=request, headers=header)
# response = requests.post(f"{api_url}/admin/tasks/create", json=request, headers=header)
# response = requests.post(f"{api_url}/tasks/create", json=request, headers=header)
response = requests.post(f"{api_url}/admin/tasks/create", json=request, headers=header)

print("config")
print(config_dict)
Expand Down

0 comments on commit f8ee783

Please sign in to comment.