ValTownForNotion
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.
This directory contains all the route handlers for the webhookAPI application. Each file exports a Hono app that handles a specific route or group of related routes.
auth.ts
- Authentication middlewareexample-database-pages.ts
- Handles/example/database/pages
endpointexample-database-page.ts
- Handles/example/database/page
endpointexample-child-pages.ts
- Handles/example/child_pages
endpointexample-callout.ts
- Handles/example/callout
endpointexample-guest-welcome.ts
- Handles/example/guest/welcome
endpointcount-examples.ts
- Handles/countExamples
endpointproperty-injections.ts
- Handles/property/injections
endpointtest-routes.ts
- Handles/asdf
,/qwer/:id
, and/test/:id
endpointsroot.ts
- Handles the root/
endpoint
Get started with a template: