diff --git a/app.py b/app.py index 11caef8..c4d49a4 100644 --- a/app.py +++ b/app.py @@ -24,7 +24,7 @@ app = FastAPI() @app.get('/') async def root(): - return {'message': 'hello world'} + return {'message': 'Welcome to Gitea Runner'} @app.post('/test') async def test(request: Request):