Files
automatisch/packages/backend/src/apps/mattermost/dynamic-data/index.ts
KrzysztofDK 676027245f feat(mattermost): add auth and send message to channel action
* feat: mattermost integration

* post review adjustments
2023-06-29 16:45:57 +02:00

4 lines
76 B
TypeScript

import listChannels from './list-channels';
export default [listChannels];