diff --git a/client/src/Utils/axios.js b/client/src/Utils/axios.js index 6fdd098..2489eb7 100644 --- a/client/src/Utils/axios.js +++ b/client/src/Utils/axios.js @@ -3,7 +3,7 @@ import axios from 'axios'; const token = localStorage.getItem('access_token'); const axiosInstance = axios.create({ - baseURL: 'http://13.38.84.88:8000/api/v0.1', + baseURL: 'http://13.36.171.143/api/v0.1', headers: { 'Content-Type': 'application/json', 'Accept': 'application/json' diff --git a/client/src/Utils/helpers.js b/client/src/Utils/helpers.js index 6ecdc6d..fd59154 100644 --- a/client/src/Utils/helpers.js +++ b/client/src/Utils/helpers.js @@ -12,7 +12,7 @@ export const capitalizeTitle = (str) => { .join(' '); }; -const BASE_URL = "http://13.38.84.88:8000"; +const BASE_URL = "http://13.36.171.143:8000"; export default function getProfilePictureUrl(path) { if (!path) return null; return `${BASE_URL}/storage/${path}`;