diff --git a/src/routes/movies/flixhq.ts b/src/routes/movies/flixhq.ts index a507fa19..adf1521d 100644 --- a/src/routes/movies/flixhq.ts +++ b/src/routes/movies/flixhq.ts @@ -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', }); });