Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
jwade1327 committed Jul 31, 2024
1 parent 5664c27 commit 8745aee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sites/bizbash.com/server/routes/website-section.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ 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 8745aee

Please sign in to comment.