Skip to content

Commit

Permalink
Merge pull request #177 from kushwahramkumar2003/ram
Browse files Browse the repository at this point in the history
base url added
  • Loading branch information
kushwahramkumar2003 authored Feb 27, 2024
2 parents 7b3de7b + c765ed9 commit dd4ceff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/baseUrl.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// const baseURL = import.meta.env.VUE_APP_API_URL || "http://localhost:3001";
const baseURL = "http://localhost:3001";
// const baseURL = "https://quiz-app-backend-cloud.azurewebsites.net";
// const baseURL = "http://localhost:3001";
const baseURL = "https://quiz-app-backend-cloud.azurewebsites.net";
export default baseURL;

0 comments on commit dd4ceff

Please sign in to comment.