remove unused code and fix or check

This commit is contained in:
Adrian Thompson
2020-09-07 16:22:59 +02:00
parent 2406d2b81a
commit 2764972abd
3 changed files with 1 additions and 4 deletions

View File

@@ -1,6 +1,4 @@
const express = require("express");
const path = require("path");
// const router = express.Router();
const mongoose = require("mongoose");
mongoose.connect("mongodb://localhost:27017/vinlottis", {
useNewUrlParser: true