Skip to content

Commit

Permalink
fix: comment 반영 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
selfishAltruism committed Feb 24, 2024
1 parent 5fbec92 commit 803c334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configs/axios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { PAGE_URL } from './path';

export const API = axios.create({
baseURL:
process.env.NODE_ENV !== 'development'
? import.meta.env.VITE_MAIN_SERVER_URL
process.env.NODE_ENV === 'production'
? import.meta.env.VITE_PROD_SERVER_URL
: import.meta.env.VITE_DEV_SERVER_URL,
});

Expand Down

0 comments on commit 803c334

Please sign in to comment.