changes test
This commit is contained in:
parent
cb4b9a0764
commit
92dfc728c7
2
app.js
2
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" };
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user