Add API configuration
This commit is contained in:
parent
7a81bbaec6
commit
e97720bc24
9 changed files with 23 additions and 4 deletions
|
@ -44,7 +44,7 @@ export function GetAction(
|
|||
};
|
||||
/* eslint-enable */
|
||||
|
||||
SetContainerList(request)
|
||||
SetContainerList(request, configuration.APIConfiguration?.apiSetContainerListUrl)
|
||||
.then((response: ISetContainerListResponse) => {
|
||||
HandleSetContainerList(
|
||||
action,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue