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

changes to 1

parent 3fdbc6e0
Pipeline #2113 passed with stage
in 9 seconds
......@@ -6,6 +6,6 @@ app.config["DEBUG"] = True
@app.route('/', methods=['GET'])
def home():
return "<h1>Hello DevOps people</h1><p>This site is a prototype API for greeting Nisum DevOps!</p>"
return "<h1>Hello! DevOps people</h1><p>This site is a prototype API for greeting Nisum DevOps!</p>"
app.run(host='myApp.com', port=5003)
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