Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Update route
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonbk committed Jun 1, 2021
1 parent 2ade433 commit 7d459ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/marko-web-html-sitemap/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7d459ca

Please sign in to comment.