Skip to content
Snippets Groups Projects
Commit 5e652a3a authored by Florentin Labelle's avatar Florentin Labelle
Browse files

Fix templates

parent c79ab3e5
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ from fastapi.templating import Jinja2Templates
from calculator.calculator import Calculator
app = FastAPI()
templates = Jinja2Templates(directory="templates")
templates = Jinja2Templates(directory="calculator/templates")
calc = Calculator()
@app.get("/")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment