Change test message

This commit is contained in:
Mario Gil 2023-10-26 21:04:04 -05:00
parent 9a37b25d34
commit eaea723d26
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ app = FastAPI()
@app.get("/")
def read_main():
return {"message": "This is your main app"}
return {"message": "Ok"}
class Response(BaseModel):
path: str