Skip to content

Commit 7ef76cc

Browse files
changing the axios instance base url
1 parent 96083fc commit 7ef76cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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://127.0.0.1:8000/api/v0.1',
6+
baseURL: 'http://13.38.84.88:8000/api/v0.1',
77
headers: {
88
'Content-Type': 'application/json',
99
'Accept': 'application/json'

0 commit comments

Comments
 (0)