Skip to content

Commit

Permalink
Feat: 로그 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
mingd1023 authored Jul 2, 2021
1 parent e31b483 commit dcd36ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/api/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { handleExpiredAccessToken } from '../../modules/auth';
import { store } from '../../index.js';
require('dotenv').config();

console.log(process.env);

const API_BASE_URL =
process.env.NODE_ENV === 'production'
? process.env.REACT_APP_API_BASE_URL
Expand Down

0 comments on commit dcd36ab

Please sign in to comment.