Get a year access to Vue Mastery with 40% off
After the exercise I assigned at the end of the previous lesson, the app should now have three more API routes.
For the Home Page:
📁 /server/api/index.ts
import type { Post } from '@/data/posts'