@@ -7,7 +7,7 @@ const app = express()
app.use(express.json())
app.get('/api/get_views/:name', (req, res) => {
res.json(get_views(req.params.name, req.query.ids))
res.json(get_views(req.params.name, req.query.ids.split(",")))
})
app.get('/api/get_search/hot', (req, res) => {
The note is not visible to the blocked user.