mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 10:20:15 +01:00
Move usermethods and models to data-schema
This commit is contained in:
parent
4808c5be48
commit
4049b5572c
93 changed files with 2396 additions and 1267 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const connectDb = require('./connectDb');
|
||||
const { connectDb, getModels} = require('./connectDb');
|
||||
const indexSync = require('./indexSync');
|
||||
|
||||
module.exports = { connectDb, indexSync };
|
||||
module.exports = { connectDb, getModels, indexSync };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue