signup signIn forgetPassword aPI updated

This commit is contained in:
2025-08-29 10:29:25 +05:30
parent 7373e0dbe8
commit c473c5b7a0
18 changed files with 2328 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ interface ConnectionCache {
}
const connections: ConnectionCache = {};
dotenv.config({ quiet: true });
dotenv.config();
const MainModel = <T>(
db: string,
modelName: string,