diff --git a/apps/api/src/index.ts b/apps/api/src/index.ts index 79439038..3acf2567 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -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