Skip to content

Commit

Permalink
backend changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ravikumawat7716 committed Aug 14, 2024
1 parent cc2afa3 commit 3c8bae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const storedUserDetails = localStorage.getItem('userDetails');
}
const globalData = {
// backendUrl: "https://backend.sundarbans.iitmbs.org",
backendUrl : "https://backend-sundarbans.iitmbs.org",
// backendUrl: "https://sundarbans.camlio.shop",
// backendUrl : "https://backend-sundarbans.iitmbs.org",
backendUrl: "https://sundarbans.camlio.shop",
// backendUrl: "http://127.0.0.1:8000", // (for development use)
userDetails : userDetail
};
Expand Down

1 comment on commit 3c8bae1

@vercel
Copy link

@vercel vercel bot commented on 3c8bae1 Aug 14, 2024

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:

sundarbans – ./

sundarbans-git-main-sundarbans-projects.vercel.app
sundarbans-sundarbans-projects.vercel.app

Please sign in to comment.