We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6df3a8e + 5c5bbc2 commit 545e076Copy full SHA for 545e076
1 file changed
src/events/event.ts
@@ -6,6 +6,8 @@ const ALLOWED_ORIGINS: string[] = [
6
'http://localhost',
7
'http://localhost:3000',
8
'http://test.nmrxiv.org',
9
+ 'http://193.196.39.168',
10
+ 'http://193.196.39.168:3000',
11
];
12
13
const namespace = 'nmr-wrapper';
0 commit comments