docs : Update page.mdx referring (#9820)

Fix  The correct import is from "@medusajs/framework". referring to the issue #9810
This commit is contained in:
Ratnadeep
2024-10-28 10:20:27 +05:30
committed by GitHub
parent 43a44cf426
commit c8d79c4ad4

View File

@@ -690,7 +690,7 @@ Finally, create the file `src/api/middlewares.ts` with the following content:
import { defineMiddlewares } from "@medusajs/medusa"
import {
validateAndTransformBody,
} from "@medusajs/framework/utils"
} from "@medusajs/framework"
import { createDigitalProductsSchema } from "./validation-schemas"
export default defineMiddlewares({