diff --git a/src/Middleware/auth/auth.ts b/src/Middleware/auth/auth.ts index cac4a95..37853b5 100644 --- a/src/Middleware/auth/auth.ts +++ b/src/Middleware/auth/auth.ts @@ -1,3 +1,5 @@ +/// + import { NextFunction, Request, Response } from "express"; import { AuthJWTPayload } from "../../Controllers/admin_auth.controller"; import { authClient } from "../../lib/redis";