mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-04 05:46:14 +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 = Blueprint("profile", __name__, url_prefix="/profile")
|
||||||
|
|
||||||
|
|
||||||
@blueprint.route("/profile")
|
@blueprint.route("/")
|
||||||
def profile():
|
def profile():
|
||||||
"""
|
"""
|
||||||
Profile overview, shows all profiles on the onlylegs gallery
|
Profile overview, shows all profiles on the onlylegs gallery
|
||||||
|
|
Loading…
Reference in a new issue