integration of authentication

This commit is contained in:
2024-08-06 17:44:28 +02:00
parent 0c7fc6fdf7
commit ee932a2339
13 changed files with 153 additions and 84 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
const MongoClient = require("mongodb").MongoClient;
const config = require("../config.js");
const {config} = require("../config.js");
const connectionString = config.db.connectionString;
const client = new MongoClient(connectionString);