diff --git a/main.py b/main.py index 97fcc9b..0d0ccd9 100644 --- a/main.py +++ b/main.py @@ -1,19 +1,23 @@ -from flask import Flask, render_template - -app = Flask(__name__) - -@app.route('/') -def hello_world(): - return 'Hello, World!' - -@app.route('/send', methods=["GET"]) -def submodule_index(): - return render_template('send-to-anyone-page.html') - - -@app.route("/send/