2
0
Эх сурвалжийг харах

fix verificatoinRequestUrl

zahmis 5 жил өмнө
parent
commit
2a819903ab

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

@@ -37,7 +37,7 @@ module.exports = (crowi) => {
     return next();
   };
 
-  router.post('/', slackBotSigningSecret, verifyingIsSlackRequest, verificationRequestUrl, verificationAccessToken, async(req, res) => {
+  router.post('/', verificationRequestUrl, slackBotSigningSecret, verifyingIsSlackRequest, verificationAccessToken, async(req, res) => {
 
 
     // Send response immediately to avoid opelation_timeout error