|
|
@@ -62,7 +62,7 @@ const CustomBotWithProxySettings = (props) => {
|
|
|
const updateProxyUri = async() => {
|
|
|
try {
|
|
|
await appContainer.apiv3.put('/slack-integration-settings/proxy-uri', {
|
|
|
- newProxyServerUri,
|
|
|
+ proxyUri: newProxyServerUri,
|
|
|
});
|
|
|
toastSuccess(t('toaster.update_successed', { target: t('Proxy URL') }));
|
|
|
}
|