We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba6a006 + 418cfbc commit 53d226dCopy full SHA for 53d226d
app/dependencies.py
@@ -10,4 +10,4 @@
10
STATIC_PATH = os.path.join(APP_PATH, "static")
11
TEMPLATES_PATH = os.path.join(APP_PATH, "templates")
12
13
-templates = Jinja2Templates(directory=TEMPLATES_PATH)
+templates = Jinja2Templates(directory=TEMPLATES_PATH)
app/routers/event.py
@@ -1,6 +1,5 @@
1
from fastapi import APIRouter, Request
2
3
-from app.dependencies import TEMPLATES_PATH
4
from app.dependencies import templates
5
6
0 commit comments