last
This commit is contained in:
parent
7527049a22
commit
576344751c
|
@ -7,7 +7,7 @@ app = Flask(__name__)
|
||||||
@app.route('/')
|
@app.route('/')
|
||||||
def hello():
|
def hello():
|
||||||
provider = str(os.environ.get('PROVIDER', 'world'))
|
provider = str(os.environ.get('PROVIDER', 'world'))
|
||||||
return 'Hello '+provider+'!' +'This is a test for auto-doploying and testing!'
|
return 'Hello '+provider+'!' +'This is a test for auto-doploying, the last one!'
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
# Bind to PORT if defined, otherwise default to 5000.
|
# Bind to PORT if defined, otherwise default to 5000.
|
||||||
|
|
Loading…
Reference in New Issue