소스 검색

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;


불러오는 중...
취소
저장