docs: update ApiConfig with rootNamespace

pull/5139/head
bnymncoskuner 4 years ago
parent 7d3882d3b1
commit c61d273c5b

@ -24,6 +24,7 @@ export interface Apis {
export interface ApiConfig {
[key: string]: string;
rootNamespace?: string;
url: string;
}
```
@ -51,6 +52,8 @@ Take a look at following example
When an api from `AbpIdentity` is called, the request will be sent to `"https://localhost:9090"`.
Everything else will be sent to `"https://localhost:8080"`
* `rootNamespace` **(new)** : Root namespace of the related API. e.g. Acme.BookStore
## Application
```typescript

Loading…
Cancel
Save