Skip to content

Commit

Permalink
updated cors
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingWithTashi committed Jun 30, 2024
1 parent 5b1bc54 commit e342e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
];

Expand Down

0 comments on commit e342e1a

Please sign in to comment.