Skip to content

Commit

Permalink
Config for DEV environment
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosapaduarte committed Jul 25, 2024
1 parent 0d48501 commit 13ef08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ const baseURLPPR = process.env.REACT_APP_AMP_PPR_SERVER;
const baseURLPRD = process.env.REACT_APP_AMP_PRD_SERVER;

export const api = axios.create({
baseURL: baseURLPPR,
baseURL: baseURLDEV,
});

0 comments on commit 13ef08a

Please sign in to comment.