Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ishvindersethi22 authored Jan 16, 2025
1 parent d545d3e commit dfe18a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const configs = {
BASE_URL: "https://backend.anudesh.ai4bharat.org",
BASE_URL_AUTO: process.env.REACT_APP_APIGW_BASE_URL
? process.env.REACT_APP_APIGW_BASE_URL
:"https://backend.dev.anudesh.ai4bharat.org",
:"https://backend.anudesh.ai4bharat.org",
};

export default configs;
Expand Down

0 comments on commit dfe18a9

Please sign in to comment.