Skip to content

Commit

Permalink
fix: smtp load error
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Nov 13, 2024
1 parent 8db53ab commit 5f5b19d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/api/src/controllers/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,11 @@ export function configRoutes(fastify: FastifyInstance) {
});
});
}

reply.send({
success: true,
active: false,
});
}
);

Expand Down

0 comments on commit 5f5b19d

Please sign in to comment.