Merge branch 'main' of ssh://git.autonomic.zone:2222/decentral1se/startinblox-startinoff into main

yes
This commit is contained in:
trav 2021-04-15 10:11:15 -04:00
commit 7361aeb4a9
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",