Skip to content

Commit

Permalink
chore(route): add nytimes popular routes
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoyu committed Oct 8, 2024
1 parent 7640f63 commit 4914d0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/routes/nytimes/book.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const categoryList = {

export const route: Route = {
path: '/book/:category?',
categories: ['traditional-media'],
categories: ['traditional-media', 'popular'],
view: ViewType.Notifications,
example: '/nytimes/book/combined-print-and-e-book-nonfiction',
parameters: {
Expand Down
2 changes: 1 addition & 1 deletion lib/routes/nytimes/daily-briefing-chinese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import path from 'node:path';

export const route: Route = {
path: '/daily_briefing_chinese',
categories: ['traditional-media'],
categories: ['traditional-media', 'popular'],
example: '/nytimes/daily_briefing_chinese',
parameters: {},
features: {
Expand Down

0 comments on commit 4914d0a

Please sign in to comment.