Update README.md
This commit is contained in:
parent
2852bc396e
commit
189df64fda
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ public callSomeServer(): Promise<object> {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
##configuration
|
## configuration
|
||||||
|
|
||||||
the service uses axios and axios-retry, so you can pass any [AxiosRequestConfig](https://github.com/axios/axios#request-config)
|
the service uses axios and axios-retry, so you can pass any [AxiosRequestConfig](https://github.com/axios/axios#request-config)
|
||||||
And/Or [AxiosRetryConfig](https://github.com/softonic/axios-retry#options)
|
And/Or [AxiosRetryConfig](https://github.com/softonic/axios-retry#options)
|
||||||
|
@ -115,4 +115,4 @@ HttpModule.registerAsync({
|
||||||
imports: [ConfigModule],
|
imports: [ConfigModule],
|
||||||
useExisting: ConfigService,
|
useExisting: ConfigService,
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue