updated welcome message

This commit is contained in:
brb
2023-07-05 17:07:52 +02:00
parent 612b2e82d4
commit 066ab71762
+1 -1
View File
@@ -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):