From 7358c1dc5862dce98d587f3ebc4395129b5e397e Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Mon, 10 Apr 2023 23:03:04 +0000 Subject: [PATCH] oopsie! --- gallery/views/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery/views/profile.py b/gallery/views/profile.py index 7949735..4c01af7 100644 --- a/gallery/views/profile.py +++ b/gallery/views/profile.py @@ -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