Skip to content

Commit

Permalink
changes for export filename
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikvirendrar committed Dec 19, 2024
1 parent f5133e4 commit 4cb8f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ const configs = {
BASE_URL: "https://backend.chitralekha.ai4bharat.org/",
BASE_URL_AUTO: process.env.REACT_APP_APIGW_BASE_URL
? process.env.REACT_APP_APIGW_BASE_URL
// : "https://backend.dev.chitralekha.ai4bharat.org"
: "https://backend.dev.chitralekha.ai4bharat.org"
// : "https://backend.chitralekha.ai4bharat.org"
: "http://127.0.0.1:8000",
// : "http://127.0.0.1:8000",
};

export default configs;

0 comments on commit 4cb8f43

Please sign in to comment.