From 92dfc728c7e1eccfeff9ffa52549324db53aa5c4 Mon Sep 17 00:00:00 2001 From: abhishektiwari003 Date: Wed, 29 Apr 2026 15:17:08 +0530 Subject: [PATCH] changes test --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index fb95a4f..9741355 100644 --- a/app.js +++ b/app.js @@ -9,7 +9,7 @@ const server = http.createServer((req, res) => { const key = parsedUrl.searchParams.get("key"); const response = key ? { - message: "added to the response", + message: "New message testing to the serverless function", value: process.env[key] ?? "env not found", } : { message: "key query param not found" };