We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f9601 commit 6bcd409Copy full SHA for 6bcd409
src/services/app.ts
@@ -5,7 +5,7 @@
5
*/
6
7
import { accessibleRecordsPlugin } from "@casl/mongoose";
8
-import User from "models/User";
+import User from "../models/User";
9
import mongoose, { Mongoose } from "mongoose";
10
11
interface AppOptions {
0 commit comments