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-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