Gwk-Cultural-Park/pages/api/wordpress.post.ts
2024-09-07 08:40:25 +07:00

6 lines
116 B
TypeScript

// API: Wordpress Posts
export default function handler(req, res) {
res.status(200).json({ name: 'John Doe' })
}