diff --git a/send_blueprint.py b/send_blueprint.py index a5373f6..32dc2a5 100644 --- a/send_blueprint.py +++ b/send_blueprint.py @@ -1,16 +1,16 @@ -from flask import Blueprint, render_template - -send_blueprint = Blueprint('send', __name__, - template_folder='templates', - static_folder='static', - static_url_path='/frontend/send/static') - - -@send_blueprint.route('/send', methods=["GET"]) -def send_index(): - return render_template('send-to-anyone.html') - - -@send_blueprint.route('/send/