Explorar o código

defined class

Shun Miyazawa %!s(int64=5) %!d(string=hai) anos
pai
achega
dd2db87cb5
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/server/routes/apiv3/slack-integration-settings.js

+ 2 - 0
src/server/routes/apiv3/slack-integration-settings.js

@@ -107,6 +107,8 @@ module.exports = (crowi) => {
    *            description: Succeeded to get info.
    */
   router.get('/', accessTokenParser, loginRequiredStrictly, adminRequired, async(req, res) => {
+
+    console.log(req.user);
     const { configManager } = crowi;
     const currentBotType = configManager.getConfig('crowi', 'slackbot:currentBotType');