zahmis 5 năm trước cách đây
mục cha
commit
768efecc02
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/server/routes/apiv3/slack-bot-setting.js

+ 6 - 0
src/server/routes/apiv3/slack-bot-setting.js

@@ -71,13 +71,19 @@ module.exports = (crowi) => {
       slackBotType: await crowi.configManager.getConfig('crowi', 'slackbot:type'),
       // TODO impl when creating official bot
       officialBotSettings: {
+        // TODO impl this after GW-4939
+        // AccessToken: "tempaccessdatahogehoge",
       },
       cusotmBotNonProxySettings: {
+        // TODO impl this after GW-4939
+        // AccessToken: "tempaccessdatahogehoge",
         slackSigningSecret: await crowi.configManager.getConfig('crowi', 'slackbot:signingSecret'),
         slackBotToken: await crowi.configManager.getConfig('crowi', 'slackbot:token'),
       },
       // TODO imple when creating with proxy
       cusotmBotWithProxySettings: {
+        // TODO impl this after GW-4939
+        // AccessToken: "tempaccessdatahogehoge",
       },
     };
     return res.apiv3({ slackBotSettingParams });