update file
All checks were successful
deploy / deploy (push) Successful in 1m1s

This commit is contained in:
2025-04-14 23:00:27 -03:00
parent f1ac733985
commit 2daab1fb5f
2 changed files with 2 additions and 2 deletions

2
app.py
View File

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

View File

@@ -1,5 +1,5 @@
def main():
print("Hello from dokku-hello-world!")
print("Hello from gitea!")
if __name__ == "__main__":