Browse Source

fix: set withCredentials to false

pull/6314/head
mehmet-erim 5 years ago
parent
commit
ebf49c2a35
  1. 1
      templates/app/react-native/src/api/API.js

1
templates/app/react-native/src/api/API.js

@ -5,6 +5,7 @@ const { apiUrl } = getEnvVars();
const axiosInstance = axios.create({
baseURL: apiUrl,
withCredentials: false
});
export default axiosInstance;

Loading…
Cancel
Save