add web localhost to allowed hosts
This commit is contained in:
@@ -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'
|
||||
'*'
|
||||
|
||||
Reference in New Issue
Block a user