We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26508f commit 968ee5aCopy full SHA for 968ee5a
api/src/routes/documents-router.ts
@@ -2,7 +2,7 @@ import express, { Request, Response } from "express";
2
3
import { DepartmentService, DocumentationService } from "../services";
4
import { isArray } from "lodash";
5
-import { DocumentationSecurityLevel } from "src/data/models";
+import { DocumentationSecurityLevel } from "../data/models";
6
7
export const documentsRouter = express.Router();
8
0 commit comments