|
|
|
@ -20,8 +20,6 @@ async def import_aro(
|
|
|
|
aro_file: UploadFile = File(..., description="ARO file"),
|
|
|
|
aro_file: UploadFile = File(..., description="ARO file"),
|
|
|
|
project_name: str = "trialapi"
|
|
|
|
project_name: str = "trialapi"
|
|
|
|
):
|
|
|
|
):
|
|
|
|
# TEST ONLY
|
|
|
|
|
|
|
|
# return {'file': 'ok'}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Create the input object manually
|
|
|
|
# Create the input object manually
|
|
|
|
aeros_project_input = AerosProjectInput(schematic_name=schematic_name, aro_file=aro_file)
|
|
|
|
aeros_project_input = AerosProjectInput(schematic_name=schematic_name, aro_file=aro_file)
|
|
|
|
|