feat(api): ping route and testing infra
This commit is contained in:
@@ -3,6 +3,6 @@ from fastapi import FastAPI
|
||||
app = FastAPI()
|
||||
|
||||
|
||||
@app.get("/")
|
||||
@app.get("/control/ping")
|
||||
async def root():
|
||||
return {"message": "Hello World"}
|
||||
return {"ping": "pong"}
|
||||
|
||||
Reference in New Issue
Block a user