update workflow
This commit is contained in:
@@ -13,7 +13,10 @@ await connectDB();
|
|||||||
const allowedOrigins = [
|
const allowedOrigins = [
|
||||||
process.env.SERVER_EXT_ACCESS,
|
process.env.SERVER_EXT_ACCESS,
|
||||||
process.env.SERVER_INT_ACCESS,
|
process.env.SERVER_INT_ACCESS,
|
||||||
|
'http://localhost',
|
||||||
|
'capacitor://localhost',
|
||||||
'https://10.0.2.2:5173',
|
'https://10.0.2.2:5173',
|
||||||
|
'http://localhost:5173'
|
||||||
];
|
];
|
||||||
|
|
||||||
await fastify.register(cors, {
|
await fastify.register(cors, {
|
||||||
|
|||||||
Reference in New Issue
Block a user