From 0cf9f29aea49b1f1501fcd4b139ec88d942f244c Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Mon, 29 Mar 2021 21:05:33 -0600 Subject: put a bow on the damn thing --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app.py') diff --git a/app.py b/app.py index 05e8449..140e31b 100644 --- a/app.py +++ b/app.py @@ -7,8 +7,8 @@ app = Flask(__name__) app.jinja_options['autoescape'] = select_autoescape(default=True) @app.route('/') -def hello_world(): - return 'sample badge for Rust' +def index(): + return render_template('index.html.jinja') @app.route('/badge/.svg') -- cgit v1.2.3