Commit f52bd160 authored by Syed Bilal Raees's avatar Syed Bilal Raees

Merge branch 'dev' of https://gitlab.mynisum.com/sbilal/pythonapp into dev

parents 533daa88 10ed1818
......@@ -7,7 +7,7 @@ app.config["DEBUG"] = True
@app.route('/', methods=['GET'])
def home():
return "<h1>HelloO DevOps people</h1><p>This site is a prototype API for greeting Nisum DevOps!</p>"
return "<h1>HelloO DevOps people rel 1</h1><p>This site is a prototype API for greeting Nisum DevOps!</p>"
app.run(host='myApp.com', port=5000)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment