pi-remote-control/extensions/remote-control/server/routes/health.ts

7 lines
210 B
TypeScript

// LEGACY placeholder — to be filled in by T-1.7 (health endpoint)
import type { Express } from "express";
export function registerHealthRoutes(_app: Express): void {
// TODO T-1.7: S-12 health endpoint
}