This commit is contained in:
Moe Poi ~ 2021-11-21 14:17:49 +07:00
parent 52205dc84c
commit 5a5af35968

View file

@ -1,9 +1,12 @@
const express = require("express");
const bcrypt = require("bcrypt");
const randtoken = require("rand-token");
const router = express.Router();
const db = require("../modules/db");
const mail = require("../modules/mail");
const auth = require("../auth/auth");
const saltRounds = 10;