We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf4d79 commit cea1d02Copy full SHA for cea1d02
index.js
@@ -9,4 +9,6 @@ const test = () => {
9
console.log("new request");
10
};
11
12
+console.log("test");
13
+
14
app.listen(process.env.PORT || 3000);
0 commit comments