Skip to content

Commit 545e076

Browse files
authored
Merge pull request #42 from NFDI4Chem/add-domain-kit-test-instances
add temporary ip address of KIT test instance
2 parents 6df3a8e + 5c5bbc2 commit 545e076

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/events/event.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ const ALLOWED_ORIGINS: string[] = [
66
'http://localhost',
77
'http://localhost:3000',
88
'http://test.nmrxiv.org',
9+
'http://193.196.39.168',
10+
'http://193.196.39.168:3000',
911
];
1012

1113
const namespace = 'nmr-wrapper';

0 commit comments

Comments
 (0)