Glimpse
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.
Viewing readonly version of main branch: v3View latest version
This directory contains all the route handlers for the Notion application. Each file exports a Hono app that handles a specific route or group of related routes.
auth.ts
- Authentication middlewareexample-database-page.ts
- Handles/example/database/page
endpointexample-guest-welcome.ts
- Handles/example/guest/welcome
endpointglancer.ts
- Handles/glancer
and/glancer/:id
endpointsproperty-injections.ts
- Handles/property/injections
endpointtest-routes.ts
- Handles/asdf
,/qwer/:id
, and/test/:id
endpointsroot.ts
- Handles the root/
endpoint