Skip to content

Commit

Permalink
add query param to select djs
Browse files Browse the repository at this point in the history
  • Loading branch information
dudethatbe committed Mar 12, 2024
1 parent 4430c02 commit d12276e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Router.map(function () {
this.route('shows.episode', { path: '/shows/:showSeriesSlug/episodes/:slug' });
this.route('dj-inquiry');
this.route('coc');
this.route('djs');
this.route('djs', { path: '/djs?tags=dj'});
this.route('dj', { path: '/djs/:name' });
this.route('chat');
this.route('cat');
Expand Down

0 comments on commit d12276e

Please sign in to comment.