From 2295398cd3490efb7b6eb61c05d1ae8e0bab6707 Mon Sep 17 00:00:00 2001 From: lennardevertz Date: Wed, 21 Aug 2024 23:09:19 +0200 Subject: [PATCH] - update nav param --- send_blueprint.py | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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/