From 5ff6c64d7788096c703f9281b2790aff7d242992 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 9 Oct 2024 19:30:14 -0300 Subject: [PATCH] Update index.ts --- apps/api/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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