we are so back
This commit is contained in:
@ -220,6 +220,7 @@ async def print_pirate_ship_label(
|
||||
except Exception as e:
|
||||
raise HTTPException(status_code=500, detail=f"Failed to print Pirate Ship label: {str(e)}")
|
||||
|
||||
# what even is this TODO delete
|
||||
@router.post("/process-manabox-csv")
|
||||
async def process_manabox_csv(
|
||||
file: UploadFile = File(...),
|
||||
|
Reference in New Issue
Block a user