Skip to content

Commit

Permalink
test commit for watchtower cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosenb committed Jan 6, 2022
1 parent 7b1a974 commit a98d1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class MessageReponse(BaseModel):

@app.get("/", response_model=MessageReponse)
def read_root(request: Request):
return {"message": f"Hello world, {request.client.host}"}
return {"message": f"Hello world from ip: {request.client.host}"}


class TapisFile(BaseModel):
Expand Down

0 comments on commit a98d1c6

Please sign in to comment.