This commit is contained in:
Michał 2023-04-10 23:03:04 +00:00
parent d2fa7ea385
commit 7358c1dc58

View file

@ -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