We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34bf6d9 commit ed9746fCopy full SHA for ed9746f
1 file changed
index.js
@@ -95,3 +95,5 @@ const port = process.env.PORT || serverPort;
95
app.listen(port, () => {
96
console.log(`This API application is currently running on Port ${port}`);
97
});
98
+
99
0 commit comments