|
|
|
@ -118,7 +118,7 @@ async def import_aro_project(*, db_session: DbSession, aeros_project_in: AerosPr
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
response = await client.post(
|
|
|
|
response = await client.post(
|
|
|
|
f"{AEROS_BASE_URL}/api/Project/ImportAROFile",
|
|
|
|
f"{AEROS_BASE_URL}/api/Project/ImportAROFile",
|
|
|
|
content='"D:/aro/trialapi.aro"',
|
|
|
|
content=f'"{aro_path}"',
|
|
|
|
headers={"Content-Type": "application/json"},
|
|
|
|
headers={"Content-Type": "application/json"},
|
|
|
|
)
|
|
|
|
)
|
|
|
|
response.raise_for_status()
|
|
|
|
response.raise_for_status()
|
|
|
|
|