fix rbd project name

main
Cizz22 6 months ago
parent 02b19d460b
commit e9bd6b3dc9

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

Loading…
Cancel
Save