Router.register('/qa', async () => { const data = await API.qa().catch(() => ({ list: [] })); const items = (data.list || []).map(q => `