Skip to content

Duplicate function in app.py #32

@h1-the-swan

Description

@h1-the-swan

Should this be deleted? The function name is the same as the next one.

nsf-viz/backend/app.py

Lines 103 to 105 in ede070b

@app.get('/divisions/{org}', operation_id='loadDivisions', response_model=List[Division])
async def divisions(org: str):
return FileResponse(f'assets/{org}_divisions.json')

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions