- app/main.py +1 -3
- app/test.py → test.py +0 -0
app/main.py
CHANGED
|
@@ -6,6 +6,4 @@ app = FastAPI()
|
|
| 6 |
|
| 7 |
@app.get("/")
|
| 8 |
async def read_root():
|
| 9 |
-
return {"Hello": "World"}
|
| 10 |
-
|
| 11 |
-
print("hello")
|
|
|
|
| 6 |
|
| 7 |
@app.get("/")
|
| 8 |
async def read_root():
|
| 9 |
+
return {"Hello": "World"}
|
|
|
|
|
|
app/test.py → test.py
RENAMED
|
File without changes
|