From 7d459caa87a2042fb429348be371d2a441d760fc Mon Sep 17 00:00:00 2001 From: Brandon Krigbaum Date: Tue, 1 Jun 2021 08:39:47 -0500 Subject: [PATCH] Update route --- packages/marko-web-html-sitemap/routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/marko-web-html-sitemap/routes/index.js b/packages/marko-web-html-sitemap/routes/index.js index 4db3b4609..e25571011 100644 --- a/packages/marko-web-html-sitemap/routes/index.js +++ b/packages/marko-web-html-sitemap/routes/index.js @@ -32,7 +32,7 @@ const ALL_PUBLISHED_CONTENT_DATES = gql` } `; -module.exports = (app, { mountPoint } = { mountPoint: '/html-sitemap' }) => { +module.exports = (app, { mountPoint } = { mountPoint: '/site-map' }) => { app.get(`${mountPoint}/:year(\\d{4})/:month(\\d{2})/:day(\\d{2})`, asyncRoute(async (req, res) => { const { year, month, day } = req.params;