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