diff --git a/apps/api/src/controllers/config.ts b/apps/api/src/controllers/config.ts index 80f8fb7ad..6e7b21f40 100644 --- a/apps/api/src/controllers/config.ts +++ b/apps/api/src/controllers/config.ts @@ -229,6 +229,11 @@ export function configRoutes(fastify: FastifyInstance) { }); }); } + + reply.send({ + success: true, + active: false, + }); } );