Updated the file alias in the account.ts router
This commit is contained in:
parent
e2941eb850
commit
c3426e0fe7
@ -1,7 +1,7 @@
|
||||
import { Request, Response, Router } from "express";
|
||||
import { validateSchema } from "@utils/error";
|
||||
import { registerValidation, verificationValidation } from "./validations/account";
|
||||
import { createAccount, verifyAccount } from "../../controller/account";
|
||||
import { createAccount, verifyAccount } from "@controller/account";
|
||||
|
||||
const app: Router = Router();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user