We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7387af commit fc4d62eCopy full SHA for fc4d62e
src/services/api.tsx
@@ -1,7 +1,7 @@
1
import axios from 'axios';
2
3
const api = axios.create({
4
- baseURL: 'https://test-commons-dashboard.herokuapp.com/',
+ baseURL: 'https://dev-commons-config-backend.herokuapp.com/',
5
});
6
7
export default api;
0 commit comments