fix prod aeros upload

main
Cizz22 3 months ago
parent 21d07a5824
commit 300d5f04d3

@ -71,7 +71,7 @@ async def import_aro_project(*, db_session: DbSession, aeros_project_in: AerosPr
print("fetch")
response = await client.post(
f"{WINDOWS_AEROS_BASE_URL}/api/aeros/upload-file",
f"{WINDOWS_AEROS_BASE_URL}/upload-file",
files=files
)
response.raise_for_status()

Loading…
Cancel
Save