diff --git a/shared/api.ts b/shared/api.ts index 4856ff92..5f8ac7df 100644 --- a/shared/api.ts +++ b/shared/api.ts @@ -4,9 +4,4 @@ * and/or small pure JS functions that can be used on both client and server */ -/** - * Example response type for /api/demo - */ -export interface DemoResponse { - message: string; -} +// Demo API types removed - application running in production mode