We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234eee4 commit d281efaCopy full SHA for d281efa
main.py
@@ -1,7 +1,7 @@
1
from fastapi import FastAPI
2
from fastapi.responses import RedirectResponse
3
-from routers.health import health_router
4
-from routers.mtcars import data_output
+from src.routers.health import health_router
+from src.routers.mtcars import data_output
5
import uvicorn
6
import tomllib
7
1 commit comments
github-actions[bot] commentedon Mar 21, 2025
Coverage Report