소스 검색

update

master
cyril.tsui 1 년 전
부모
커밋
66bfe735b2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      src/auth/index.js

+ 0
- 1
src/auth/index.js 파일 보기

@@ -110,7 +110,6 @@ export const SetupAxiosInterceptors = () => {
// ** If token is present add it to request's Authorization Header
if (isUserLoggedIn()) {
config.headers.Authorization = `${jwtApplicationConfig.tokenType} ${accessToken}`
config.data = config.data === undefined ? JSON.stringify({refreshToken:null}) : config.data
}
config.headers['X-Authorization'] = process.env.REACT_APP_API_KEY
return config


불러오는 중...
취소
저장