Skip to content

Commit 5f5b19d

Browse files
committed
fix: smtp load error
1 parent 8db53ab commit 5f5b19d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/api/src/controllers/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,11 @@ export function configRoutes(fastify: FastifyInstance) {
229229
});
230230
});
231231
}
232+
233+
reply.send({
234+
success: true,
235+
active: false,
236+
});
232237
}
233238
);
234239

0 commit comments

Comments
 (0)