Skip to content

Commit

Permalink
Add live-events & virtual-events to published-content routes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwade1327 committed Jul 31, 2024
1 parent 8745aee commit 0672625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/bizbash.com/server/routes/published-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const types = [
];

module.exports = (app) => {
app.get('/:alias(events)', (_, res) => { res.marko(events); });
app.get('/:alias(events||live-events||virtual-events)', (_, res) => { res.marko(events); });
types.forEach(({
alias,
name,
Expand Down

0 comments on commit 0672625

Please sign in to comment.