/** * Landing Page Service * Simple health check page for self-hosted worker */ /** * Create landing page response * @returns {Response} HTML response */ export function createLandingPageResponse() { const html = `
Worker is running. Configure this URL in your 9Router dashboard.