Skip to content

Commit b2c5af2

Browse files
author
Dennis Schwartz
committed
Re-add port to localhost CORS settings
1 parent bb7080a commit b2c5af2

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',
163+
'localhost:8080',
164164
'127.0.0.1:9000'
165165
)

0 commit comments

Comments
 (0)