myheats

Live heats, scoring and leaderboard for sport events
git clone https://git.in0rdr.ch/myheats.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

commit 9a0ef6e7cd57a6923a3db908a1ee64d8df0ee1b3
parent 985454bbb31848c174faf822af9dabf76884d9ca
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun, 15 Mar 2026 21:42:30 +0100

doc: fix link

Diffstat:
Msrc/api/server.cjs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/api/server.cjs b/src/api/server.cjs @@ -92,7 +92,7 @@ console.log("SMTP starttls:", process.env.SMTP_STARTTLS); console.log("* * * * * * *", "Uncle roger ready 🍚", "* * * * * * *"); // Create a simple http API server -// - https://nodejs.org/en/learn/modules/anatomy-of-an-http-transaction +// - https://nodejs.org/en/learn/http/anatomy-of-an-http-transaction // - https://nodejs.org/api/http.html#httpcreateserveroptions-requestlistener const server = http.createServer();