|
@@ -69,7 +69,7 @@ const CustomBotWithoutProxySettingsAccordion = ({
|
|
|
setConnectionSuccessMessage(null);
|
|
setConnectionSuccessMessage(null);
|
|
|
// TODO: 5921 Add new Test endpoint
|
|
// TODO: 5921 Add new Test endpoint
|
|
|
try {
|
|
try {
|
|
|
- const res = await appContainer.apiv3.post('/slack-integration-settings//without-proxy/test', {
|
|
|
|
|
|
|
+ const res = await appContainer.apiv3.post('/slack-integration-settings/without-proxy/test', {
|
|
|
channel: testChannel,
|
|
channel: testChannel,
|
|
|
});
|
|
});
|
|
|
setConnectionSuccessMessage(res.data.message);
|
|
setConnectionSuccessMessage(res.data.message);
|