Export NextWebhookApiHandler
This commit is contained in:
parent
15bacfeef1
commit
4574178fff
1 changed files with 1 additions and 0 deletions
|
@ -4,4 +4,5 @@ export * from "./create-protected-handler";
|
||||||
export * from "./process-protected-handler";
|
export * from "./process-protected-handler";
|
||||||
export * from "./saleor-webhooks/saleor-async-webhook";
|
export * from "./saleor-webhooks/saleor-async-webhook";
|
||||||
export * from "./saleor-webhooks/saleor-sync-webhook";
|
export * from "./saleor-webhooks/saleor-sync-webhook";
|
||||||
|
export { NextWebhookApiHandler } from "./saleor-webhooks/saleor-webhook";
|
||||||
export * from "./saleor-webhooks/sync-webhook-response-builder";
|
export * from "./saleor-webhooks/sync-webhook-response-builder";
|
||||||
|
|
Loading…
Reference in a new issue