export const sitemapXmlRoute = app.get('/', async (ctx, req) => { const sitemap = ` https://домрешений.рф/glavnaya weekly 1.0 `; return sitemap; });