|
|
router.put('/custom-bot-without-proxy',
|
|
router.put('/custom-bot-without-proxy',
|
|
|
accessTokenParser, loginRequiredStrictly, adminRequired, csrf, validator.CustomBotWithoutProxy, apiV3FormValidator, async(req, res) => {
|
|
accessTokenParser, loginRequiredStrictly, adminRequired, csrf, validator.CustomBotWithoutProxy, apiV3FormValidator, async(req, res) => {
|
|
|
const { slackSigningSecret, slackBotToken, currentBotType } = req.body;
|
|
const { slackSigningSecret, slackBotToken, currentBotType } = req.body;
|
|
|
'slackbot:signingSecret': slackSigningSecret,
|
|
'slackbot:signingSecret': slackSigningSecret,
|