Updated references of moved things
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { MemberState } from "@app/shared/types/member";
|
||||
import { NextFunction, Request, Response } from "express";
|
||||
import { MemberState } from "../services/memberService";
|
||||
import { stat } from "fs";
|
||||
|
||||
export const requireLogin = function (req: Request, res: Response, next: NextFunction) {
|
||||
|
||||
Reference in New Issue
Block a user