Skip to content

Commit

Permalink
Update link.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shivang21007 authored Sep 12, 2023
1 parent 963bccb commit a7b2af6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/link.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const url = 'http://localhost:5555';
//this is address of our api-server.
const url = 'https://book-store-backend-api.vercel.app';

export default url;
export default url;

0 comments on commit a7b2af6

Please sign in to comment.