diff --git a/backend/app/bootstrap/nodes-init.js b/backend/app/bootstrap/nodes-init.js index 02696d8..6dad451 100644 --- a/backend/app/bootstrap/nodes-init.js +++ b/backend/app/bootstrap/nodes-init.js @@ -2,7 +2,7 @@ import gitterInit from "./nodes-init/gitter"; import slackInit from "./nodes-init/slack"; const nodesInit = () => { gitterInit(); - // slackInit(); + slackInit(); }; export default nodesInit; diff --git a/resources/IPC_Large.png b/resources/IPC_Large.png new file mode 100644 index 0000000..2e4771b Binary files /dev/null and b/resources/IPC_Large.png differ diff --git a/resources/IPC_Small.png b/resources/IPC_Small.png new file mode 100644 index 0000000..8c01629 Binary files /dev/null and b/resources/IPC_Small.png differ