Skip to content

Commit

Permalink
Merge pull request #35 from 9oorm-Oreum/chore/#33
Browse files Browse the repository at this point in the history
chore: base url 테스트
  • Loading branch information
NamJwong authored Nov 17, 2022
2 parents 54bec6d + 6a614cf commit 76870d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import axios from 'axios';
import { MyOreumRequestBody } from './types';

const axiosInstance = axios.create({
baseURL: '',
baseURL: process.env.NODE_ENV === 'development' ? '' : process.env.REACT_APP_BASE_URL,
headers: {
'Content-Type': 'application/json',
'Accept': '*/*',
Expand Down

1 comment on commit 76870d9

@vercel
Copy link

@vercel vercel bot commented on 76870d9 Nov 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.