@@ -8,7 +8,7 @@ const cookieParser = require('cookie-parser');
const cors = require('cors');
var corsOptions = {
origin: '*',
origin: 'http://localhost:8080',
credentials: true };
app.use(cors(corsOptions));
app.use(bodyParser.json());
The note is not visible to the blocked user.