aboutsummaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-29 21:05:33 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-29 21:05:33 -0600
commit0cf9f29aea49b1f1501fcd4b139ec88d942f244c (patch)
tree59336e8a92d097fc40743385b298730923cf83a5 /app.py
parent3fbdd8c97383df4a67c75a0cc9405d5349854e9b (diff)
downloadwhere-packaged-0cf9f29aea49b1f1501fcd4b139ec88d942f244c.tar.gz
where-packaged-0cf9f29aea49b1f1501fcd4b139ec88d942f244c.zip
put a bow on the damn thing
Diffstat (limited to 'app.py')
-rw-r--r--app.py4
1 files changed, 2 insertions, 2 deletions
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 '<a href="/badge/nushell.svg?crates-io=nu">sample badge for Rust</a>'
+def index():
+ return render_template('index.html.jinja')
@app.route('/badge/<package>.svg')