This commit is contained in:
Expand-sys 2021-10-19 13:38:11 +11:00
parent e3c78a3749
commit a5a3158836

View file

@ -1,7 +1,6 @@
const root = process.env.PWD;
const path = require("path");
var pug = require("pug");
const { postUser } = require(`${root}/helpers/functions.js`);
const got = require("got");
function validate(req, res, next) {