add web localhost to allowed hosts

This commit is contained in:
2025-05-24 16:59:30 +03:30
parent e350f463a4
commit 97aa9c8741

View File

@@ -32,6 +32,7 @@ ALLOWED_HOSTS = [
'127.0.0.1',
'https://rasadyar.net/',
'https://localhost:9200',
'https://api.rasadyaar.net',
'http://localhost:3000',
'http://192.168.88.130:3000'
'*'