fix: project structure

This commit is contained in:
Jayden Pyles
2024-07-05 15:42:57 -05:00
parent e0c2b475b1
commit dd1923d9f1
3 changed files with 10 additions and 10 deletions

View File

@@ -29,4 +29,4 @@ def read_root():
@app.get("/api/endpoint")
async def test_endpoint():
return {"hello": "world"}
return "Hello World!"