diff --git a/src/index.ts b/src/index.ts index d28bb18..bd8005c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -12,7 +12,7 @@ const app = express(); app.use((req, res, next) => { // Define the allowed origins const allowedOrigins = [ - "http://kharagedition.com", + "https://kharagedition.com", "https://kharagedition.web.app", ];