Skip to content

Commit d639ba7

Browse files
committed
update cors whitelist
1 parent 3d25958 commit d639ba7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ var whitelist = [
2020
'http://52.65.8.160',
2121
'http://oa-21-mel.it.csiro.au',
2222
'https://oa-21-mel.it.csiro.au',
23-
'http://52.65.28.172'
23+
'http://52.65.28.172',
24+
'http://lw.oznome.csiro.au:3000'
2425
];
2526

2627
var corsOptions = {

0 commit comments

Comments
 (0)