We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47dbdfb + 4d54707 commit 81cb85fCopy full SHA for 81cb85f
1 file changed
src/routes/automation/slackRouter.js
@@ -7,9 +7,9 @@ const router = express.Router();
7
const sentryController = require('../../controllers/automation/sentryController');
8
9
// Route to send invitation to a user
10
-router.post('/invite', sentryController.inviteUser);
+router.post('/invite', slackController.inviteUser);
11
12
// Route to remove a user from the organization
13
-router.delete('/remove', sentryController.removeUser);
+// router.delete('/remove', slackController.removeUser);
14
15
module.exports = router;
0 commit comments