import { postData } from './posts.js';

export async function get() {
    return {body: postData[0]};
}