瀏覽代碼

delete url

zahmis 5 年之前
父節點
當前提交
a963dacc2a
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/server/routes/apiv3/slack-integration.js

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

@@ -46,7 +46,6 @@ module.exports = (crowi) => {
   const adminRequired = require('../../middlewares/admin-required')(crowi);
   const csrf = require('../../middlewares/csrf')(crowi);
   const apiV3FormValidator = require('../../middlewares/apiv3-form-validator')(crowi);
-  const url = crowi.appService.getSiteUrl();
 
   const validator = {
     CustomBotWithoutProxy: [
@@ -289,7 +288,6 @@ module.exports = (crowi) => {
           type: 'section',
           text: {
             type: 'mrkdwn',
-            text: `Success your test! \n Go back to your app. ${url}`,
           },
         }],
       });