Update index.ts

This commit is contained in:
Nicolas 2024-10-09 19:30:14 -03:00
parent 4bbe87ba3e
commit 5ff6c64d77

View File

@ -60,7 +60,7 @@ app.use(
);
app.get("/", (req, res) => {
res.send("SCRAPERS-JS: Hello, world! Fly.io");
res.send("SCRAPERS-JS: Hello, world! K8s!");
});
//write a simple test function