UNPKG

172 BJavaScriptView Raw
1export const SLACK_HOOKS_URL = 'https://hooks.slack.com/services/';
2export const GITHUB_API_REPOS_URL = 'https://api.github.com/repos/';
3export const MAX_ATTACHMENTS = 100;
\No newline at end of file