Closed LAMaglan closed 7 months ago
I already have an endpoint for the type advantages (but transformed to nested dict)
@app.get("/type-advantages") async def get_type_advantages(): return type_advantages
original csv file available in data/types.csv
data/types.csv
Can use some simple javascript?
I already have an endpoint for the type advantages (but transformed to nested dict)
original csv file available in
data/types.csv