We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 134d9d5 + 2192e9e commit 637bc79Copy full SHA for 637bc79
client/src/Utils/axios.js
@@ -3,7 +3,7 @@ import axios from 'axios';
3
const token = localStorage.getItem('access_token');
4
5
const axiosInstance = axios.create({
6
- baseURL: 'http://13.38.84.88:8000/api/v0.1',
+ baseURL: 'http://13.36.171.143/api/v0.1',
7
headers: {
8
'Content-Type': 'application/json',
9
'Accept': 'application/json'
client/src/Utils/helpers.js
@@ -12,7 +12,7 @@ export const capitalizeTitle = (str) => {
12
.join(' ');
13
};
14
15
-const BASE_URL = "http://13.38.84.88:8000";
+const BASE_URL = "http://13.36.171.143:8000";
16
export default function getProfilePictureUrl(path) {
17
if (!path) return null;
18
return `${BASE_URL}/storage/${path}`;
0 commit comments