Skip to content

Commit

Permalink
UI deployment url added
Browse files Browse the repository at this point in the history
  • Loading branch information
shivang21007 authored Sep 12, 2023
1 parent a7b2af6 commit 3806961
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 @@ -16,7 +16,7 @@ app.use(express.json());
// Option 2: Allow Custom Origins
app.use(
cors({
origin: 'http://localhost:5173',
origin: 'https://booky-shop.vercel.app/',
methods: ['GET', 'POST', 'PUT', 'DELETE'],
allowedHeaders: ['Content-Type'],
credentials: true
Expand Down

1 comment on commit 3806961

@vercel
Copy link

@vercel vercel bot commented on 3806961 Sep 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

book-store-frontend – ./frontend

book-store-frontend-shivang21007.vercel.app
booky-shop.vercel.app
book-store-frontend-git-main-shivang21007.vercel.app

Please sign in to comment.