Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6d807a8

Browse files
authoredMar 21, 2025··
feat: added src. to main.py (#43) (#44)
* scr/main deleted * updates to developer journal, deleted documentation file * added src. to main.py src modules to satisfy vscode
1 parent 3d11dfd commit 6d807a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from fastapi import FastAPI
22
from fastapi.responses import RedirectResponse
3-
from routers.health import health_router
4-
from routers.mtcars import data_output
3+
from src.routers.health import health_router
4+
from src.routers.mtcars import data_output
55
import uvicorn
66
import tomllib
77

0 commit comments

Comments
 (0)
Please sign in to comment.