Recoded the dbUser and its collection class. StoredPlayer and StoredPlayerCollection are also finished

This commit is contained in:
Daniel Ledda
2020-07-03 23:34:57 +02:00
parent 40a0d7289a
commit 0bddaa524b
12 changed files with 280 additions and 326 deletions

View File

@@ -1,7 +1,7 @@
import express from "express";
import {requireAuthenticated} from "../passport-config";
import routers from "./routers";
import {IDbUser} from "../models/dbUser";
import {IDbUser} from "../models/dbUser_old";
import {ModelParameterError} from "../models/utils";
const router = express.Router();