diff --git a/server/server.js b/server/server.js index e352bca..f64cabe 100644 --- a/server/server.js +++ b/server/server.js @@ -13,7 +13,7 @@ await connectDB(); const allowedOrigins = [ process.env.SERVER_EXT_ACCESS, process.env.SERVER_INT_ACCESS, - 'http://localhost', + 'https://localhost', 'capacitor://localhost', 'https://10.0.2.2:5173', 'http://localhost:5173'