Skip to content

Commit 442f527

Browse files
committed
Auth functionality added.
1 parent b2eb4a4 commit 442f527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/get.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
*/
88
// Mohammad Ashrafuddin Ferdousi : 1
99
initialize() {
10-
return HTTP.get('initialize');
10+
return HTTP.get(`initialize?token=${window.localStorage.getItem('_token')}`);
1111
},
1212

1313
/**

0 commit comments

Comments
 (0)