figure out how everything works again

This commit is contained in:
2022-05-11 20:41:23 -07:00
parent 8c6e39c6e6
commit 8d51cab348
8 changed files with 31 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
import { postData } from './all.json.js';
import { postData } from './posts.js';
export async function get() {
return {body: postData[0]};