Skip to content

Commit 201edfd

Browse files
some fixed
1 parent 5eb3173 commit 201edfd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/app.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ const corsOptions = {
2020
"http://localhost:5173",
2121
"http://192.168.1.9:5173",
2222
"https://stremora.vercel.app",
23-
"https://stremora.chinmaypatil.com"
23+
"https://stremora.chinmaypatil.com",
24+
"https://stremora.vercel.app/admin",
25+
"https://stremora.chinmaypatil.com/admin"
2426
],
2527
methods: ["GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS"],
2628
allowedHeaders: ["Content-Type", "Authorization"],

0 commit comments

Comments
 (0)