mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
chore: remove no longer needed route for nonexistant method
This commit is contained in:
parent
a2b6e9a6a8
commit
131cb6cddb
1 changed files with 0 additions and 5 deletions
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue