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 d80b3fd commit 1954144Copy full SHA for 1954144
src/api/api.js
@@ -4,7 +4,7 @@ import store from '../redux/store.js';
4
5
// configure base url
6
const api = axios.create({
7
- baseURL: 'https://edukolab-api-team-099-b-li6nmp.herokuapp.com/v1'
+ baseURL: 'https://edukolab-api-team-099-b-li6nmp.herokuapp.com/v2'
8
});
9
10
// intercept requests and add authorization token
0 commit comments