Fix demo text
This commit is contained in:
parent
dae1700704
commit
d4b53a0b80
@ -29,7 +29,7 @@ app = Flask(__name__)
|
|||||||
|
|
||||||
@app.route("/")
|
@app.route("/")
|
||||||
def index():
|
def index():
|
||||||
return str("Welcome to Tasks app! I am running inside pod!")
|
return str("Test!")
|
||||||
|
|
||||||
#if __name__ == '__main__':
|
#if __name__ == '__main__':
|
||||||
# app.run()
|
# app.run()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user