fix(spa): Adjust URL configuration path

This commit is contained in:
Georg Krause 2022-10-19 13:01:47 +02:00
commit 9d2a1da039
No known key found for this signature in database
GPG key ID: 2970D504B2183D22

View file

@ -605,7 +605,7 @@ from the system.
# URL Configuration
# ------------------------------------------------------------------------------
ROOT_URLCONF = "config.urls"
SPA_URLCONF = "config.spa_urls"
SPA_URLCONF = "config.urls.spa"
ASGI_APPLICATION = "config.routing.application"
# This ensures that Django will be able to detect a secure connection