This commit is contained in:
greglebreton 2023-03-19 23:36:16 +01:00
parent 1fec82de6c
commit 5aaf23e181

8
app.py
View File

@ -1,8 +0,0 @@
from flask import Flask
app = Flask(__name__)
@app.route('/')
def hello_cloud():
return 'Hello Cloud!'
app.run(host='0.0.0.0')