docs: update imports of middlewares and http types (#9440)
This commit is contained in:
@@ -18,7 +18,7 @@ For example, create the file `src/api/hello-world/route.ts` with the following c
|
||||
import type {
|
||||
MedusaRequest,
|
||||
MedusaResponse,
|
||||
} from "@medusajs/medusa"
|
||||
} from "@medusajs/framework/http"
|
||||
|
||||
export const GET = async (
|
||||
req: MedusaRequest,
|
||||
|
||||
Reference in New Issue
Block a user