Skip to content

Commit

Permalink
try hellos f
Browse files Browse the repository at this point in the history
  • Loading branch information
hathix committed Feb 5, 2019
1 parent 11ec6fa commit 275ca46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def ping_pong():
# hello world
@app.route('/', methods=['GET'])
def index():
return "hello, world"
return "hello, san francisco"


if __name__ == '__main__':
Expand Down

0 comments on commit 275ca46

Please sign in to comment.