Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
// Learn more: https://docs.val.town/vals/http/ export default async function (req: Request): Promise { return Response.json({ ok: true }) }