mirror of
https://github.com/LukeHagar/pypistats.dev.git
synced 2025-12-10 04:21:20 +00:00
fix routes and api refs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user