瀏覽代碼

Changed DB to anamnesis

master
kj1352 4 年之前
父節點
當前提交
e4c490ad06
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/db-utils.ts

+ 1
- 1
src/db-utils.ts 查看文件

@@ -1,7 +1,7 @@
import { MongoClient, Collection } from 'mongodb';

// You can define any db name you are looking for here
export const DB_NAME = 'jobportal';
export const DB_NAME = 'anamnesis';
const DATABASE_URL = 'mongodb://localhost:27017/' + DB_NAME;

let databaseClient: MongoClient;


Loading…
取消
儲存