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

7 lines
218 B
TypeScript

// LEGACY placeholder — to be filled in by T-1.5 (input/send-keys route)
import type { Express } from "express";
export function registerInputRoutes(_app: Express): void {
// TODO T-1.5: S-03 send-keys endpoint
}