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