fix(spa): Adjust URL configuration path

This commit is contained in:
Georg Krause 2022-10-19 13:01:47 +02:00
parent 871ecd664f
commit 9d2a1da039
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 1 additions and 1 deletions

View File

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