Skip to content

Commit

Permalink
Add live-events to website-section route
Browse files Browse the repository at this point in the history
  • Loading branch information
jwade1327 committed Jul 31, 2024
1 parent e4d42ce commit 03bcf72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sites/bizbash.com/server/routes/website-section.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ module.exports = (app) => {
template: venueDirectory,
queryFragment,
}));
app.get('/:alias(live-events)', withWebsiteSection({
template: upcoming,
queryFragment,
}));
app.get('/:alias(events)', withWebsiteSection({
template: upcoming,
queryFragment,
Expand Down

0 comments on commit 03bcf72

Please sign in to comment.