Plugin architecture (#4861)
* wip * Refactor, tasks, processors, routes loading * Move Slack settings config to plugin * Fix translations in plugins * Move Slack auth to plugin * test * Move other slack-related files into plugin * Forgot to save * refactor
This commit is contained in:
7
shared/utils/routeHelpers.ts
Normal file
7
shared/utils/routeHelpers.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export function signin(service = "slack"): string {
|
||||
return `/auth/${service}`;
|
||||
}
|
||||
|
||||
export function integrationSettingsPath(id: string): string {
|
||||
return `/settings/integrations/${id}`;
|
||||
}
|
||||
Reference in New Issue
Block a user