feat: add frontend-app-admin-portal to whitelisted origins

This commit is contained in:
hamzawaleed01
2024-03-12 14:44:23 +05:00
parent f9200c4a2b
commit 2624d52330

View File

@@ -558,6 +558,7 @@ CSRF_TRUSTED_ORIGINS = [
'http://localhost:1995', # frontend-app-profile
'http://localhost:1992', # frontend-app-ora
'http://localhost:2002', # frontend-app-discussions
'http://localhost:1991', # frontend-app-admin-portal
]