Added two redirect routes in artifacts/api-server/src/app.ts: - GET / → 302 redirect to /api/ui - GET /api → 302 redirect to /api/ui This means opening the preview URL or the root of the app immediately lands on the Timmy UI without any manual navigation. No changes to the UI itself, no new routes, no new files. Verified: both / and /api return HTTP 302 with Location: /api/ui.