mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
testing: mongo meilisearch
This commit is contained in:
parent
c27554ed2e
commit
dcc13daf67
9 changed files with 654 additions and 3 deletions
|
|
@ -43,6 +43,7 @@ app.get('/api/me', function (req, res) {
|
|||
}
|
||||
});
|
||||
|
||||
app.use('/api/search', routes.authenticatedOr401, routes.search);
|
||||
app.use('/api/ask', routes.authenticatedOr401, routes.ask);
|
||||
app.use('/api/messages', routes.authenticatedOr401, routes.messages);
|
||||
app.use('/api/convos', routes.authenticatedOr401, routes.convos);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue