1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 05:13:40 +00:00

lint fixes

This commit is contained in:
Kyle Spearrin
2017-07-14 14:32:01 -04:00
parent 0242de9145
commit 715835c12f
7 changed files with 15 additions and 14 deletions

View File

@@ -61,7 +61,7 @@ angular
$httpProvider.defaults.headers.get = {};
}
$httpProvider.defaults.headers.get['Cache-Control'] = 'no-cache';
$httpProvider.defaults.headers.get['Pragma'] = 'no-cache';
$httpProvider.defaults.headers.get.Pragma = 'no-cache';
}
$httpProvider.interceptors.push('apiInterceptor');