diff --git a/src/discordas.ts b/src/discordas.ts index 59761f00ff7e457dd165543878fbbca58133e19b..c5d3601c1bf1b137ae79e4b6aa0c67e9671324bf 100644 --- a/src/discordas.ts +++ b/src/discordas.ts @@ -183,7 +183,7 @@ async function run() { // and run yarn. // See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/49595 appservice.expressAppInstance.get("/health", (_, res: Response) => { - res.status(201).send(""); + res.status(200).send(""); }); // tslint:disable-next-line:no-any