mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-01 12:26:13 +00:00
oopsie!
This commit is contained in:
parent
d2fa7ea385
commit
7358c1dc58
|
@ -11,7 +11,7 @@ from gallery.models import Posts, Users
|
|||
blueprint = Blueprint("profile", __name__, url_prefix="/profile")
|
||||
|
||||
|
||||
@blueprint.route("/profile")
|
||||
@blueprint.route("/")
|
||||
def profile():
|
||||
"""
|
||||
Profile overview, shows all profiles on the onlylegs gallery
|
||||
|
|
Loading…
Reference in a new issue