PioneerSquareLabs / otto-playground

A playground where Otto can run free while hopefully not accidentally reformatting your hard drive
https://otto-playground.vercel.app
13 stars 0 forks source link

Create API endpoint => src/pages/api/tasks/[id].ts #764

Closed kleneway closed 1 year ago

kleneway commented 1 year ago

Use the types and zod schemas from ~/types and create an api endpoint for editing, reading, and deleting a ProjectTask object with a given id. @otto please create this new file.