修改了conf.json的读取路径

This commit is contained in:
lik
2026-09-13 11:40:42 +08:00
parent 41bf2ce638
commit cd284e3459
7 changed files with 37 additions and 22 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { EscortRecordSchema } from "./schema/escort_record.js"
import { HealthProfileSchema } from "./schema/health_profile.js"
import { OrganizationSchema } from "./schema/organization.js"
import { EmployeeSchema } from "./schema/employee.js"
import config from '../conf.json' with { type: 'json' };
import config from '../config.js';
import logger from '../utils/logger.js';
class MongoDBSchema {