feat(wordpress): add update post action

This commit is contained in:
Rıdvan Akca
2024-05-29 11:09:07 +02:00
parent 2460e9f281
commit 69416c24e2
5 changed files with 334 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
import createPost from './create-post/index.js';
import updatePost from './update-post/index.js';
export default [createPost];
export default [createPost, updatePost];