|
@@ -14,7 +14,7 @@ import axios from 'axios'
|
|
let token = ''
|
|
let token = ''
|
|
|
|
|
|
const baseServer = axios.create({
|
|
const baseServer = axios.create({
|
|
- baseURL: 'http://localhost:3000/',
|
|
|
|
|
|
+ baseURL: 'http://8.130.126.103:3000/',
|
|
headers: {
|
|
headers: {
|
|
Authorization: `Bearer ${token}`,
|
|
Authorization: `Bearer ${token}`,
|
|
},
|
|
},
|