Skip to content

Commit

Permalink
Merge pull request #181 from beckn/feat/cache-spec-on-boot
Browse files Browse the repository at this point in the history
Added: Feature For load OpenAPIValidator Cache on app boot
  • Loading branch information
shreyvishal authored Jun 18, 2024
2 parents 9700a6c + 66332c6 commit 594f911
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 httpMocks from "node-mocks-http";
import * as httpMocks from "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 594f911

Please sign in to comment.