mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
renamed models file to usermodel
This commit is contained in:
parent
b18d6c2910
commit
5417dd9f20
2 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const mongoose = require("mongoose");
|
|||
const jwt = require("jsonwebtoken");
|
||||
const bcrypt = require("bcrypt");
|
||||
const saltRounds = 10;
|
||||
const { User } = require("./models");
|
||||
const { User } = require("./usermodel");
|
||||
|
||||
const app = express();
|
||||
const { Schema } = mongoose;
|
||||
|
|
Loading…
Reference in a new issue