aboutsummaryrefslogtreecommitdiff
path: root/user_profile
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-09-05 05:18:09 -0400
committerBobby <[email protected]>2024-09-05 05:18:09 -0400
commit5bfdb6ef76df1d0af7b93e0a03ed917e10fc5fb9 (patch)
tree5a5079296b9d89fbfd3f6557f1d2b694ebef1680 /user_profile
parentdf00dbdef3178aeceb2b36debdce851339fa3f91 (diff)
downloadyugen-5bfdb6ef76df1d0af7b93e0a03ed917e10fc5fb9.tar.xz
yugen-5bfdb6ef76df1d0af7b93e0a03ed917e10fc5fb9.zip
fix url and watch sub dub
Diffstat (limited to 'user_profile')
-rw-r--r--user_profile/urls.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_profile/urls.py b/user_profile/urls.py
index d014c7b..1e685da 100644
--- a/user_profile/urls.py
+++ b/user_profile/urls.py
@@ -5,6 +5,6 @@ from . import views
app_name = "user_profile"
urlpatterns = [
path("", views.user_profile, name="user_profile"),
- path("save_user_preferences", views.save_user_preferences, name="save_user_preferences"),
- path("update_user_mal_list", views.update_user_mal_list, name="update_user_mal_list"),
+ path("/save_user_preferences", views.save_user_preferences, name="save_user_preferences"),
+ path("/update_user_mal_list", views.update_user_mal_list, name="update_user_mal_list"),
] \ No newline at end of file