update message
Some checks failed
deploy / deploy (push) Failing after 48s

This commit is contained in:
2025-04-14 23:21:09 -03:00
parent 2daab1fb5f
commit b2060b315d

2
app.py
View File

@@ -5,7 +5,7 @@ app = FastAPI()
@app.get("/")
def read_root():
return {"Hello": "world from gitea"}
return {"Hello": "world"}
@app.get("/items/{item_id}")