create v2

This commit is contained in:
Waylon Walker 2024-03-12 20:08:15 -05:00
parent bebfe9013d
commit 78afc2e1ea
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -5,4 +5,4 @@ app = Flask(__name__)
@app.route("/") @app.route("/")
def hello_world(): def hello_world():
return "Hello, V1" return "Hello, V2"