replit.js fix typo error on "repl.it"

This commit is contained in:
kdh8219 2023-06-11 18:05:13 +09:00
parent 7dd06e2214
commit 5b385a3fe0
Signed by: kdh8219
GPG key ID: 9B901BE907D1862E

View file

@ -2,7 +2,7 @@ import express from "express";
const express_app = express();
express_app.get("/", (_, res) => {
res.send("<h1>2K2R namebot 24/7 with reple.it</h1>");
res.send("<h1>2K2R namebot 24/7 with repl.it</h1>");
});
express_app.listen(80, () => {