Fix urls.py
This commit is contained in:
parent
d48fc90b9b
commit
f3c0418f31
@ -9,7 +9,7 @@ from django.views.generic import TemplateView
|
|||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
url(r"^", include("djangoldp.urls")),
|
url(r"^", include("djangoldp.urls")),
|
||||||
url(r"^admin/", admin.site.urls),
|
url(r"^admin/", admin.site.urls),
|
||||||
url(r"^", include("djangoldp_webpushnotification.urls")),
|
url(r"^", include("djangoldp_webpushnotification.djangoldp_urls")),
|
||||||
path('', home),
|
path('', home),
|
||||||
path(
|
path(
|
||||||
"sw.js",
|
"sw.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user