|
|
|
|
@ -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()
|
|
|
|
|
|