Skip to content

Commit a00263d

Browse files
committed
fix: add new redirectUrlPath to app installation config
1 parent cc03541 commit a00263d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/slackApp/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export function setupSlackApp(setupApp: (app: App) => void) {
4242
.end();
4343
},
4444
},
45+
redirectUriPath: config.slackRedirectUri
4546
},
4647
installationStore,
4748
redirectUri: config.slackRedirectUri,

0 commit comments

Comments
 (0)