mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 19:30:15 +01:00
chore: rename Config/getAppConfig -> Config/app
This commit is contained in:
parent
e7af3bdaed
commit
0b5816d1be
13 changed files with 17 additions and 17 deletions
|
|
@ -1,7 +1,7 @@
|
|||
const cookies = require('cookie');
|
||||
const jwt = require('jsonwebtoken');
|
||||
const { getAppConfig } = require('~/server/services/Config/getAppConfig');
|
||||
const { logger } = require('~/config');
|
||||
const { logger } = require('@librechat/data-schemas');
|
||||
const { getAppConfig } = require('~/server/services/Config/app');
|
||||
|
||||
const OBJECT_ID_LENGTH = 24;
|
||||
const OBJECT_ID_PATTERN = /^[0-9a-f]{24}$/i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue