mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-09 19:14:23 +01:00
get convos endpoint
This commit is contained in:
parent
c821d1eee5
commit
2869638cc0
6 changed files with 50 additions and 5 deletions
|
|
@ -38,5 +38,8 @@ module.exports = {
|
|||
{ $set: update },
|
||||
{ new: true, upsert: true }
|
||||
).exec();
|
||||
}
|
||||
},
|
||||
getConversations: async () => {
|
||||
return await Conversation.find({}).exec();
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue