UNPKG

mantis-app

Version:

M.A.N.T.I.S (MongoDB, Analog, Nx, Tailwind CSS, Ionic, Storybook) is not just a CLI tool; it's your passport to a seamless full-stack project launch.

8 lines (6 loc) 214 B
import { defineEventHandler } from 'h3'; import { useTodo } from '../../schemas/todo.schema'; export default defineEventHandler(async () => { const Todo = await useTodo(); return await Todo.find().exec(); });