minor updtes testing

This commit is contained in:
Liam Fitzpatrick 2026-01-10 15:59:58 -05:00
parent 8ea1d54f0c
commit 3b2db12fbf
3 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ app.add_middleware(
@app.get("/hello")
@app.get("/api/hello")
def hello():
return {"message": "Hello from FastAPI"}
return {"message": "Hello from FastAPI bro"}