We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc03541 commit a00263dCopy full SHA for a00263d
lib/slackApp/index.ts
@@ -42,6 +42,7 @@ export function setupSlackApp(setupApp: (app: App) => void) {
42
.end();
43
},
44
45
+ redirectUriPath: config.slackRedirectUri
46
47
installationStore,
48
redirectUri: config.slackRedirectUri,
0 commit comments