yusuketk %!s(int64=5) %!d(string=hai) anos
pai
achega
1a6390c9b2
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/server/routes/apiv3/slack-bot.js

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

@@ -9,7 +9,6 @@ module.exports = (crowi) => {
   const { boltService } = crowi;
   const requestHandler = boltService.receiver.requestHandler.bind(boltService.receiver);
 
-  // router.post('/', requestHandler);
   router.post('/', async(req, res) => {
     if (req.body.type === 'url_verification') {
       res.send(req.body);