Skip to content
Extraits de code Groupes Projets
Valider 5351658a rédigé par Christian Paul's avatar Christian Paul
Parcourir les fichiers

Merge branch 'j94/health' of github.com:jaller94/matrix-appservice-discord into j94/health

parents a65bc623 852ede3e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -183,7 +183,7 @@ async function run() { ...@@ -183,7 +183,7 @@ async function run() {
// and run yarn. // and run yarn.
// See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/49595 // See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/49595
appservice.expressAppInstance.get("/health", (_, res: Response) => { appservice.expressAppInstance.get("/health", (_, res: Response) => {
res.status(201).send(""); res.status(200).send("");
}); });
// tslint:disable-next-line:no-any // tslint:disable-next-line:no-any
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter