-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98e5ef4
commit 18544f7
Showing
4 changed files
with
38 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
import axios from "axios"; | ||
// import axios from "axios"; | ||
|
||
const API = axios.create({ | ||
baseURL: process.env.REACT_APP_BACKEND_URL, | ||
}); | ||
// const backendURL = | ||
// process.env.NODE_ENV === "production" | ||
// ? process.env.REACT_APP_BACKEND_PROD_URL | ||
// : process.env.REACT_APP_BACKEND_DEV_URL; | ||
|
||
export default API; | ||
// const API = axios.create({ | ||
// baseURL: backendURL, | ||
// }); | ||
|
||
// export default API; |
18544f7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: