fix: default retry to 1

master
pooya parsa 2019-03-18 22:32:36 +03:30
parent 09a5382778
commit 7bc50f8bee
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ export default (ctx, inject) => {
const kyDefaults = {
prefixUrl,
headers: {}
headers: {},
retry: 1,
}
<% if (options.proxyHeaders) { %>