docs: update imports of middlewares and http types (#9440)
This commit is contained in:
@@ -76,7 +76,7 @@ Here’s an example of creating a custom API Route at `/store/pos/search-barcode
|
||||
import type {
|
||||
MedusaRequest,
|
||||
MedusaResponse,
|
||||
} from "@medusajs/medusa"
|
||||
} from "@medusajs/framework/http"
|
||||
import { MedusaError } from "@medusajs/framework/utils"
|
||||
import { Modules } from "@medusajs/framework/utils"
|
||||
import { IProductModuleService } from "@medusajs/framework/types"
|
||||
|
||||
Reference in New Issue
Block a user