Skip to content

Commit 1954144

Browse files
committed
nn: jknd
1 parent d80b3fd commit 1954144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import store from '../redux/store.js';
44

55
// configure base url
66
const api = axios.create({
7-
baseURL: 'https://edukolab-api-team-099-b-li6nmp.herokuapp.com/v1'
7+
baseURL: 'https://edukolab-api-team-099-b-li6nmp.herokuapp.com/v2'
88
});
99

1010
// intercept requests and add authorization token

0 commit comments

Comments
 (0)