Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
manikumarreddyu committed Nov 4, 2024
1 parent 4795eeb commit aeddf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const app = express();

app.use(cors({
// origin: "http://localhost:5173",
origin:"https://agro-tech-ai-backend-teal.vercel.app",
origin:"https://agro-tech-ai.vercel.app/",
credentials: true,
}));
app.use(
Expand Down

0 comments on commit aeddf6b

Please sign in to comment.