Skip to content
Snippets Groups Projects
Commit 0b178d7d authored by Aymeric Chaumont's avatar Aymeric Chaumont
Browse files

added /api/restaurants route

parent bf8b548f
No related branches found
No related tags found
2 merge requests!30Restaurants route,!28improve front
......@@ -4,7 +4,11 @@ from dotenv import load_dotenv
import os
from db import database, models
<<<<<<< HEAD
from routers import stats, comments, news, restaurants
=======
from routers import stats, comments, news, opening_hours, restaurants
>>>>>>> added /api/restaurants route
app = FastAPI(docs_url="/api/docs", openapi_url="/api/openapi.json")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment