Skip to content

Commit

Permalink
Add routes to flixhq info page (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Bhattarai authored Mar 18, 2024
1 parent 07c5e7b commit d49a669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/movies/flixhq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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','/recent-shows','/recent-movies','/trending','/servers'],
documentation: 'https://docs.consumet.org/#tag/flixhq',
});
});
Expand Down

0 comments on commit d49a669

Please sign in to comment.