Merge branch 'master' into feat/personal-highscore

This commit is contained in:
2020-10-11 18:18:44 +02:00
committed by GitHub
10 changed files with 77 additions and 28 deletions

View File

@@ -1,10 +1,5 @@
const path = require('path');
const mongoose = require('mongoose');
mongoose.connect('mongodb://localhost:27017/vinlottis', {
useNewUrlParser: true
})
const Highscore = require(path.join(__dirname + '/../schemas/Highscore'));
const Wine = require(path.join(__dirname + '/../schemas/Wine'));