/** * Route Registration * * Compiler generates route registration code here. */ import type { Express } from 'express'; export function registerRoutes(app: Express): void { // {{GENERATED_ROUTE_REGISTRATION}} }