feat(webhook): add respondWith action

This commit is contained in:
Ali BARIN
2024-02-23 16:19:42 +00:00
parent 7484bf7403
commit 57ce8da0ee
3 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import respondWith from './respond-with/index.js';
export default [respondWith];