This commit is contained in:
Jori Lallo 2016-07-22 00:29:48 -07:00
parent 4a0a369c0b
commit a2b7a5fe6f
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ Cache.prototype.addAll||(Cache.prototype.addAll=function(t){function e(t){this.n
global.toolbox.router.get(/\/static\//, global.toolbox.fastest);
// API get calls
global.toolbox.router.get(/\/api\/[\w\.]+/, global.toolbox.networkFirst);
// global.toolbox.router.get(/\/api\//, global.toolbox.networkFirst);
global.toolbox.router.default = global.toolbox.networkFirst;