chore: remove no longer needed route for nonexistant method

This commit is contained in:
Danny Avila 2023-07-28 13:18:05 -04:00 committed by Danny Avila
parent a2b6e9a6a8
commit 131cb6cddb

View file

@ -90,11 +90,6 @@ router.get('/', requireJwtAuth, async function (req, res) {
}
});
router.get('/clear', async function (req, res) {
await Message.resetIndex();
res.send('cleared');
});
router.get('/test', async function (req, res) {
const { q } = req.query;
const messages = (