mirror of https://github.com/sundowndev/http.git
fix: default retry to 1
parent
09a5382778
commit
7bc50f8bee
|
@ -52,7 +52,8 @@ export default (ctx, inject) => {
|
|||
|
||||
const kyDefaults = {
|
||||
prefixUrl,
|
||||
headers: {}
|
||||
headers: {},
|
||||
retry: 1,
|
||||
}
|
||||
|
||||
<% if (options.proxyHeaders) { %>
|
||||
|
|
Loading…
Reference in New Issue