Skip to content

Commit 8b5e8d8

Browse files
Dennis Schwartzyochannah
andcommitted
allow all localhost
Co-Authored-By: yochannah <[email protected]>
1 parent 20a175f commit 8b5e8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojs/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@
160160
CORS_ORIGIN_WHITELIST = (
161161
'biojs.net',
162162
'biojs.io',
163-
'localhost:8080',
163+
'localhost',
164164
'127.0.0.1:9000'
165165
)

0 commit comments

Comments
 (0)