Skip to content
Snippets Groups Projects

improve front

+ 1
1
@@ -46,4 +46,4 @@ async def delete_opening_hours(id: int, db: Session = Depends(get_db)):
@router.get('/restaurants', response_model=List[dict])
async def get_restaurants(db: Session = Depends(get_db)):
return crud.get_restaurants(db)
\ No newline at end of file
return crud.get_restaurants(db)
Loading