Skip to content

Commit

Permalink
docs(dramcool): Add popular to routes (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
OshekharO authored Aug 31, 2024
1 parent 0b1eff7 commit e56e7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/movies/dramacool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const routes = async (fastify: FastifyInstance, options: RegisterOptions) => {
rp.status(200).send({
intro:
"Welcome to the flixhq provider: check out the provider's website @ https://flixhq.to/",
routes: ['/:query', '/info', '/watch'],
routes: ['/:query', '/info', '/watch', '/popular'],
documentation: 'https://docs.consumet.org/#tag/flixhq',
});
});
Expand Down

0 comments on commit e56e7ac

Please sign in to comment.