소스 검색

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}`,
           },
         }],
       });