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.
1 parent b58a8fb commit 4ca5546Copy full SHA for 4ca5546
template/{% if has_backend %}backend{% endif %}/src/backend_api/app_def.py.jinja
@@ -7,7 +7,6 @@ from pathlib import Path{% endraw %}{% if backend_uses_graphql %}{% raw %}
7
from typing import override{% endraw %}{% endif %}{% raw %}
8
{% endraw %}{% if backend_uses_graphql %}{% raw %}
9
import strawberry{% endraw %}{% endif %}{% raw %}
10
-from fastapi import FastAPI
11
from fastapi import Request
12
from fastapi.middleware.cors import CORSMiddleware
13
from fastapi.staticfiles import StaticFiles
0 commit comments