mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
8 lines
134 B
JavaScript
8 lines
134 B
JavaScript
import GetPostData from "./data"
|
|
|
|
export default async (payload = {}) => {
|
|
const posts = await GetPostData(payload)
|
|
|
|
return posts
|
|
}
|