@@ -0,0 +1,7 @@
var express = require('express'),
app = express(),
port = process.env.PORT || 3000;
app.listen(port);
console.log('API server started on: ' + port);
The note is not visible to the blocked user.