© 2026 Hedgehog Software, LLC
const handler: HttpHandler = { handle: function (req: HttpRequest<any>): Observable<HttpEvent<any>> { return of({} as any); } }