mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 14:51:08 -05:00
fix: Update ALLOWED_HOSTS and CORS_ALLOWED_ORIGINS defaults in Django settings
This commit is contained in:
@@ -107,7 +107,7 @@ urlpatterns = [
|
||||
if HAS_AUTOCOMPLETE and autocomplete_urls:
|
||||
urlpatterns.insert(
|
||||
2,
|
||||
path("ac/", include(autocomplete_urls)),
|
||||
path("ac/", include(autocomplete_urls[:2], namespace=autocomplete_urls[2])),
|
||||
)
|
||||
|
||||
# Add API Documentation URLs if available
|
||||
|
||||
Reference in New Issue
Block a user