We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8ce52 commit 97a2145Copy full SHA for 97a2145
backend/controllers/userController.ts
@@ -1,6 +1,6 @@
1
//@ts-nocheck
2
import { NextApiRequest, NextApiResponse } from 'next'
3
-import UserModel, { IEvent } from '../models/eventModel'
+import UserModel, { IEvent } from '../models/userModel'
4
import mongoose from 'mongoose'
5
6
export const getUser = async (req: NextApiRequest, res: NextApiResponse) => {
0 commit comments