GITLAB
Eric Fernandez
/ foca-configuracion
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
8f7989d1e9fd506b634cb0d1c415ecb9181fc983
Authored by
Eric
2019-04-24 11:12:35 -0300
1 parent
10bb43c11a
Exists in
master
punto de venta
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/requestHeadersInterceptor.js
Side-by-side Diff
Inline Diff
src/js/requestHeadersInterceptor.js
Diff comments
View file @
8f7989d
...
...
@@ -17,7 +17,7 @@ angular.module('focaConfiguracion')
17
17
$http(config).then(function(res) {
18
18
$cookies.put('puntoVenta', res.data[0]);
19
19
});
20
- }
);
20
+ }
, 10000
);
21
21
}
22
22
}
23
23