Merge branch 'master' into feat/history-router

This commit is contained in:
2020-10-11 18:20:22 +02:00
committed by GitHub
20 changed files with 549 additions and 262 deletions

View File

@@ -1,9 +1,5 @@
const express = require("express");
const path = require("path");
const mongoose = require("mongoose");
mongoose.connect("mongodb://localhost:27017/vinlottis", {
useNewUrlParser: true
});
const sub = require(path.join(__dirname + "/../api/subscriptions"));