Closed kuraisle closed 2 months ago
My get_schema route wasn't loading the database through get_db(), so I've added a Depends(get_db) parameter to fix.
Depends(get_db)
My get_schema route wasn't loading the database through get_db(), so I've added a
Depends(get_db)
parameter to fix.11