lunasqu.ee-nuxt/server/api/blog/archive.ts

6 lines
142 B
TypeScript

import { getArchiveTree } from '~~/lib/blog/read-posts';
export default defineEventHandler(async (event) => {
return getArchiveTree();
});