Skip to content

Commit 3d25958

Browse files
committed
update CORS list
1 parent 7da9c87 commit 3d25958

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
@@ -19,7 +19,8 @@ var whitelist = [
1919
'http://portal.ereefs.info',
2020
'http://52.65.8.160',
2121
'http://oa-21-mel.it.csiro.au',
22-
'https://oa-21-mel.it.csiro.au'
22+
'https://oa-21-mel.it.csiro.au',
23+
'http://52.65.28.172'
2324
];
2425

2526
var corsOptions = {

0 commit comments

Comments
 (0)