insert , to origin list

This commit is contained in:
2025-05-27 15:38:40 +03:30
parent 6f8f9463b0
commit 44d3960f94
3 changed files with 18 additions and 2 deletions

View File

@@ -290,7 +290,7 @@ CORS_ALLOWED_ORIGINS = (
'http://127.0.0.1:3000',
'http://localhost:3000',
'http://192.168.88.130:3000',
'https://rasadyar.net'
'https://rasadyar.net',
'https://rasaddam-front.liara.run'
)