docs: update imports of middlewares and http types (#9440)
This commit is contained in:
@@ -91,7 +91,7 @@ Finally, execute the workflow from an API route:
|
||||
import type {
|
||||
MedusaRequest,
|
||||
MedusaResponse,
|
||||
} from "@medusajs/medusa"
|
||||
} from "@medusajs/framework/http"
|
||||
import myWorkflow from "../../../workflows/hello-world"
|
||||
|
||||
export async function GET(
|
||||
|
||||
Reference in New Issue
Block a user