Skip to content

Commit

Permalink
Merge pull request #242 from AI4Bharat/sagarika-padmanaban-patch-3
Browse files Browse the repository at this point in the history
Update config.js
  • Loading branch information
sagarika-padmanaban authored Jan 27, 2025
2 parents d611bbc + f112d6e commit a386335
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 a386335

Please sign in to comment.