后台:独立数据库,路径转发

This commit is contained in:
luying
2021-11-22 19:56:16 +08:00
parent 9d9ed77423
commit 7940e6d09d
16 changed files with 256 additions and 303 deletions
+6
View File
@@ -0,0 +1,6 @@
import { mongoose } from "@typegoose/typegoose";
import { loadGMUserModel } from './GMUser'
export function loadGmDb(connect: mongoose.Connection) {
loadGMUserModel(connect);
}