Fix demo text

This commit is contained in:
David Eder 2021-05-02 22:31:37 +02:00
parent dae1700704
commit d4b53a0b80

View File

@ -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()