Skip to content

Commit

Permalink
🐛 correct green host name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfullset committed Dec 8, 2023
1 parent 0bd2041 commit 917ac31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ app.get("/green", async (req: Request<{}, {}, ToggleRequest>, res: Response) =>
return;
}

res.send({ blue: targetHosts.green });
res.send({ green: targetHosts.green });
});

app.listen(3000, host, () => {
Expand Down

0 comments on commit 917ac31

Please sign in to comment.