Skip to content

Commit

Permalink
enable youtube video if yt-dlp fails
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikvirendrar committed Aug 1, 2024
1 parent cc81c1c commit 4ebe9a0
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 4ebe9a0

Please sign in to comment.