ch4n3.yoon

[Edit] Change Local test Server url

1 import axios from 'axios' 1 import axios from 'axios'
2 2
3 const http = axios.create({ 3 const http = axios.create({
4 - baseURL: 'http://192.168.241.128:3030/', 4 + baseURL: 'http://localhost:3000/',
5 withCredentials: true, 5 withCredentials: true,
6 }) 6 })
7 7
......