|
|
|
@ -35,7 +35,7 @@ async def getAerosMetadata(db_session: DbSession):
|
|
|
|
return {"data": result, "status": "success", "message": "Success"}
|
|
|
|
return {"data": result, "status": "success", "message": "Success"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@router.get("/reset", response_model=StandardResponse[None])
|
|
|
|
@router.get("/reset", response_model=StandardResponse[str])
|
|
|
|
async def reset_aeros_project(db_session: DbSession):
|
|
|
|
async def reset_aeros_project(db_session: DbSession):
|
|
|
|
# Logic to reset the ARO project
|
|
|
|
# Logic to reset the ARO project
|
|
|
|
reset_path = await reset_project(db_session=db_session)
|
|
|
|
reset_path = await reset_project(db_session=db_session)
|
|
|
|
|