fix routes and api refs

This commit is contained in:
crflynn
2018-05-06 13:00:58 -04:00
parent c62925c21c
commit 78b0fe3472
4 changed files with 35 additions and 35 deletions

View File

@@ -80,7 +80,7 @@ def about():
return render_template("about.html", user=g.user)
@blueprint.route("/package/<package>")
@blueprint.route("/packages/<package>")
def package(package):
"""Render the package page."""
# Recent download stats