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

/prod to hello

parent 8706b241
Pipeline #2110 passed with stage
in 10 seconds
......@@ -5,7 +5,7 @@ app.config["DEBUG"] = True
#app = Flask(__name__)
@app.route('/', methods=['GET'])
@app.route('/production', methods=['GET'])
def home():
return "<h1>HelloO! DevOps people rel 1</h1><p>This site is a prototype API for greeting Nisum DevOps!</p>"
......
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