mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-18 23:52:14 +11:00
fix1
This commit is contained in:
parent
e3c78a3749
commit
a5a3158836
1 changed files with 0 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
const root = process.env.PWD;
|
const root = process.env.PWD;
|
||||||
const path = require("path");
|
const path = require("path");
|
||||||
var pug = require("pug");
|
var pug = require("pug");
|
||||||
const { postUser } = require(`${root}/helpers/functions.js`);
|
|
||||||
|
|
||||||
const got = require("got");
|
const got = require("got");
|
||||||
function validate(req, res, next) {
|
function validate(req, res, next) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue