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 b2eb4a4 commit 442f527Copy full SHA for 442f527
src/http/get.js
@@ -7,7 +7,7 @@ export default {
7
*/
8
// Mohammad Ashrafuddin Ferdousi : 1
9
initialize() {
10
- return HTTP.get('initialize');
+ return HTTP.get(`initialize?token=${window.localStorage.getItem('_token')}`);
11
},
12
13
/**
0 commit comments