Fix(Docker): Seperate DEV and PROD
- Restructured the project
This commit is contained in:
0
backend/src/neo_neo_todo/__init__.py
Normal file
0
backend/src/neo_neo_todo/__init__.py
Normal file
8
backend/src/neo_neo_todo/main.py
Normal file
8
backend/src/neo_neo_todo/main.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
|
||||
@app.get("/")
|
||||
async def root():
|
||||
return {"message": "Hello World"}
|
||||
Reference in New Issue
Block a user