@@ -11,6 +11,10 @@ app.get('/', (req, res) => {
res.send('Hello World!')
})
app.get('/test', (req, res) => {
res.send('Test')
app.get('/healthz', (req, res) => {
res.status(200).send('OK')
The note is not visible to the blocked user.