fix naming

This commit is contained in:
2023-07-25 10:42:45 +07:00
parent a059bcb196
commit 883f501534
5 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
const { verifySignUp } = require("../middleware");
const controller = require("../controllers/auth.controller");
const controller = require("../services/auth.controller");
module.exports = function(app) {
app.use(function(req, res, next) {
@@ -1,5 +1,5 @@
const { authJwt } = require("../middleware");
const controller = require("../controllers/user.controller");
const controller = require("../services/user.controller");
module.exports = function(app) {
app.use(function(req, res, next) {