Fix urls.py

This commit is contained in:
3wc 2021-04-15 16:10:53 +02:00
parent d48fc90b9b
commit f3c0418f31
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ from django.views.generic import TemplateView
urlpatterns = [
url(r"^", include("djangoldp.urls")),
url(r"^admin/", admin.site.urls),
url(r"^", include("djangoldp_webpushnotification.urls")),
url(r"^", include("djangoldp_webpushnotification.djangoldp_urls")),
path('', home),
path(
"sw.js",