updated BE file naming convention

This commit is contained in:
subnub
2024-08-10 01:54:22 -04:00
parent 9a97489e0e
commit 831dc78bf5
70 changed files with 163 additions and 174 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import User, { UserInterface } from "../models/userModel";
import User, { UserInterface } from "../models/user-model";
import mongoose from "mongoose";
import { Request, Response, NextFunction } from "express";
import NotFoundError from "./NotFoundError";
import { createLoginCookie } from "../cookies/createCookies";
import { createLoginCookie } from "../cookies/create-cookies";
// interface RequestType extends Request {
// user?: userAccessType,