Skip to content

Commit

Permalink
Added: Feature For load OpenAPIValidator Cache on app boot
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyvishal committed Jun 18, 2024
1 parent 66332c6 commit 3ce6979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewares/schemaValidator.middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
RequestActions,
ResponseActions
} from "../schemas/configs/actions.app.config.schema";
import * as httpMocks from "node-mocks-http";
const httpMocks = require("node-mocks-http");
import { v4 as uuid_v4 } from "uuid";
import { AppMode } from "../schemas/configs/app.config.schema";
import { GatewayMode } from "../schemas/configs/gateway.app.config.schema";
Expand Down

0 comments on commit 3ce6979

Please sign in to comment.