<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static replacement for the deleted src/routes/sitemap[.]xml.ts server route.
  Only these two routes are publicly reachable; every other route sits under
  `_authenticated` and was never listed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>/api-docs</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
