|
|
@@ -165,7 +165,7 @@ module.exports = (crowi) => {
|
|
|
* 200:
|
|
|
* description: Succeeded to get slack ws name for custom bot without proxy
|
|
|
*/
|
|
|
- router.get('/custom-bot-without-proxy-slack-workspace', async(req, res) => {
|
|
|
+ router.get('/custom-bot-without-proxy/slack-workspace-name', async(req, res) => {
|
|
|
// get ws name in custom bot from slackbot token
|
|
|
const slackBotToken = crowi.configManager.getConfig('crowi', 'slackbot:token');
|
|
|
|