domain added
This commit is contained in:
parent
600a1f7d75
commit
578e390253
@ -14,7 +14,13 @@ async function bootstrap() {
|
||||
logger: ['error', 'warn'],
|
||||
cors: {
|
||||
// origin: 'https://dev.alphaomegainfosys.com/',
|
||||
origin: ['http://localhost:3000', 'http://localhost:5173'],
|
||||
origin: [
|
||||
'http://localhost:3000',
|
||||
'http://localhost:5173',
|
||||
'https://policy.alphaomegainfosys.com/',
|
||||
'https://sp.alphaomegainfosys.com',
|
||||
'https://client.alphaomegainfosys.com'
|
||||
],
|
||||
methods: 'GET,HEAD,PUT,PATCH,POST,DELETE',
|
||||
preflightContinue: false,
|
||||
optionsSuccessStatus: 204,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user