feat(wordpress): add find post action
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import createPost from './create-post/index.js';
|
||||
import findPost from './find-post/index.js';
|
||||
import updatePost from './update-post/index.js';
|
||||
|
||||
export default [createPost, updatePost];
|
||||
export default [createPost, findPost, updatePost];
|
||||
|
Reference in New Issue
Block a user