Skip to content

Commit 52f8191

Browse files
Hosted Backend URL added
1 parent 3c70876 commit 52f8191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Frontend/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ const App = () => {
7979
const [user, setUser] = React.useState({});
8080
const [axiosInst, setaxiosInstance] = React.useState({});
8181

82-
const BASE_ADDRESS =
83-
Platform.OS === 'android' ? Android_Local_ADDRESS : IOS_Local_ADDRESS;
82+
const BASE_ADDRESS = 'https://campusspace.herokuapp.com';
83+
// Platform.OS === 'android' ? Android_Local_ADDRESS : IOS_Local_ADDRESS;
8484
let axiosInstance = axios.create({
8585
baseURL: BASE_ADDRESS,
8686
timeout: 30000,

0 commit comments

Comments
 (0)