Skip to content

Commit

Permalink
fix: msw 서버 문제 잠시 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
SongInjae committed Oct 25, 2023
1 parent 10d705a commit c8c9e92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/apis/axiosClient.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import axios from 'axios';

import { NETWORK_TIMEOUT, SPACECLUB_BASE_URL } from '@constants/api';
import { NETWORK_TIMEOUT } from '@constants/api';

export const axiosClient = axios.create({
baseURL: SPACECLUB_BASE_URL,
headers: {
'Content-Type': 'application/json',
},
Expand Down

0 comments on commit c8c9e92

Please sign in to comment.