updated Repository.js to use actual access token (interceptor)

This commit is contained in:
2019-04-15 14:16:53 +02:00
parent 98f5d3f39b
commit fccf120950
5 changed files with 82 additions and 35 deletions

View File

@@ -26,7 +26,7 @@ const options = {
showLogLevel : true,
showMethodName : true,
separator: '|',
showConsoleColors: true
showConsoleColors: true,
};
Vue.use(VueLogger, options);