add * to cors

This commit is contained in:
2025-05-24 16:57:06 +03:30
parent 6e7a499ea7
commit e350f463a4

View File

@@ -34,6 +34,7 @@ ALLOWED_HOSTS = [
'https://localhost:9200',
'http://localhost:3000',
'http://192.168.88.130:3000'
'*'
]
# Application definition