Skip to content

Commit

Permalink
Hosted Backend URL added
Browse files Browse the repository at this point in the history
  • Loading branch information
sidhant-khamankar committed Nov 3, 2021
1 parent 3c70876 commit 52f8191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Frontend/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ const App = () => {
const [user, setUser] = React.useState({});
const [axiosInst, setaxiosInstance] = React.useState({});

const BASE_ADDRESS =
Platform.OS === 'android' ? Android_Local_ADDRESS : IOS_Local_ADDRESS;
const BASE_ADDRESS = 'https://campusspace.herokuapp.com';
// Platform.OS === 'android' ? Android_Local_ADDRESS : IOS_Local_ADDRESS;
let axiosInstance = axios.create({
baseURL: BASE_ADDRESS,
timeout: 30000,
Expand Down

0 comments on commit 52f8191

Please sign in to comment.