diff --git a/djangoldp_webpushnotification/urls.py b/djangoldp_webpushnotification/urls.py index aaf42e9..0444fa5 100644 --- a/djangoldp_webpushnotification/urls.py +++ b/djangoldp_webpushnotification/urls.py @@ -1,7 +1,7 @@ from django.urls import include, path from django.views.generic import TemplateView -from .views import home, send_push +from .views import send_push urlpatterns = [ path("send_push", send_push),