Skip to content

Commit 52bba81

Browse files
author
Dennis Schwartz
committed
Add dev.biojs.net to CORS whitelist.
1 parent c69d9d0 commit 52bba81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

biojs/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
# CORS settings
162162

163163
CORS_ORIGIN_WHITELIST = (
164+
'dev.biojs.net',
164165
'biojs.net',
165166
'biojs.io',
166167
'localhost:8080',

0 commit comments

Comments
 (0)