rollout v1
This commit is contained in:
parent
eebe310060
commit
bebfe9013d
4 changed files with 158 additions and 1 deletions
8
hello-world/app.py
Normal file
8
hello-world/app.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from flask import Flask
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
|
||||
@app.route("/")
|
||||
def hello_world():
|
||||
return "Hello, V1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue