geelen / pages-functions-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pages Functions Test

Uses plinko under the hood:

// functions/todo/[id].js

export function onRequestGet({ params }) {
  return new Response(`Got todo with ${JSON.stringify(params)}`)
}

image

About


Languages

Language:JavaScript 75.1%Language:HTML 24.9%