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 724f977 commit 1d35b0aCopy full SHA for 1d35b0a
Backend/FastAPI/main.py
@@ -7,7 +7,7 @@
7
# Instala FastAPI: pip install "fastapi[all]"
8
9
from fastapi import FastAPI
10
-from routers import products, users, basic_auth_users, jwt_auth_users, users_db
+from .routers import products, users, basic_auth_users, jwt_auth_users, users_db
11
from fastapi.staticfiles import StaticFiles
12
13
app = FastAPI()
0 commit comments