resolve first batch of comments

This commit is contained in:
Adrian Thompson
2020-09-07 13:15:10 +02:00
parent ed6ac2ac01
commit 6d26da1817
4 changed files with 10 additions and 11 deletions

View File

@@ -9,7 +9,6 @@ mongoose.connect("mongodb://localhost:27017/vinlottis", {
const Purchase = require(path.join(__dirname + "/../schemas/Purchase"));
const Wine = require(path.join(__dirname + "/../schemas/Wine"));
const Highscore = require(path.join(__dirname + "/../schemas/Highscore"));
const RequestedWine = require(path.join(__dirname + "/../schemas/RequestedWine"));
const PreLotteryWine = require(path.join(
__dirname + "/../schemas/PreLotteryWine"
));