Ver código fonte

Changed DB to anamnesis

master
kj1352 4 anos atrás
pai
commit
e4c490ad06
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/db-utils.ts

+ 1
- 1
src/db-utils.ts Ver arquivo

@@ -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;


Carregando…
Cancelar
Salvar