diff --git a/account/urls.py b/account/urls.py index 3d4642f..1a0d392 100644 --- a/account/urls.py +++ b/account/urls.py @@ -36,8 +36,6 @@ router.register('delete', DeleteUserProfileAPIViewSet, basename='delete') router.register('user-notification', UserNotificationAPIViewSet, basename='user-notification') """update user account notification""" router.register('update-user-notification', UpdateUserNotificationAPIViewSet, basename='update-user-notification') -"""Support Email API""" -# router.register('support', SupportAPIViewSet, basename='update-user-notification') """Define url pattern""" urlpatterns = [ path('api/v1/', include(router.urls)),