Skip to content

Commit 637bc79

Browse files
Merge pull request #240 from Houssien-Zeineddine/docker-and-pipeline
FINAL COMMIT
2 parents 134d9d5 + 2192e9e commit 637bc79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/Utils/axios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import axios from 'axios';
33
const token = localStorage.getItem('access_token');
44

55
const axiosInstance = axios.create({
6-
baseURL: 'http://13.38.84.88:8000/api/v0.1',
6+
baseURL: 'http://13.36.171.143/api/v0.1',
77
headers: {
88
'Content-Type': 'application/json',
99
'Accept': 'application/json'

client/src/Utils/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const capitalizeTitle = (str) => {
1212
.join(' ');
1313
};
1414

15-
const BASE_URL = "http://13.38.84.88:8000";
15+
const BASE_URL = "http://13.36.171.143:8000";
1616
export default function getProfilePictureUrl(path) {
1717
if (!path) return null;
1818
return `${BASE_URL}/storage/${path}`;

0 commit comments

Comments
 (0)