async added
This commit is contained in:
@ -9,5 +9,5 @@ router = APIRouter()
|
||||
|
||||
|
||||
@router.get("/get_municipals")
|
||||
def get_municipals(db: Session = Depends(get_db)):
|
||||
async def get_municipals(db: Session = Depends(get_db)):
|
||||
return crud.AccrualViewSet.get_municipals(db)
|
||||
|
Reference in New Issue
Block a user