|
@@ -31,7 +31,7 @@ const CustomBotWithoutProxySettings = (props) => {
|
|
|
|
|
|
|
|
const deleteSlackSettingsHandler = async() => {
|
|
const deleteSlackSettingsHandler = async() => {
|
|
|
try {
|
|
try {
|
|
|
- await appContainer.apiv3.put('/slack-integration-legacy/custom-bot-without-proxy', {
|
|
|
|
|
|
|
+ await appContainer.apiv3.put('/slack-integration-settings/custom-bot-without-proxy', {
|
|
|
slackSigningSecret: '',
|
|
slackSigningSecret: '',
|
|
|
slackBotToken: '',
|
|
slackBotToken: '',
|
|
|
currentBotType: '',
|
|
currentBotType: '',
|