diff --git a/src/main.ts b/src/main.ts index 05f03b4..92c7e18 100644 --- a/src/main.ts +++ b/src/main.ts @@ -8,7 +8,14 @@ const PORT = process.env.PORT ? parseInt(process.env.PORT) : 8080; app.use( cors({ - origin: ["http://localhost:5173", "http://localhost", "https://localhost", "capacitor://localhost"], + origin: [ + "http://localhost:5173", + "http://localhost", + "https://localhost", + "capacitor://localhost", + "http://phoexatrips", + "https://phoexatrips", + ], }), );