@@ -11,7 +11,7 @@ app.get('/api/get_views/:name', (req, res) => {
})
app.get('/api/get_search/hot', (req, res) => {
res.json(get_search(req.query.page || 10))
res.json(get_search(req.query.pagesize || 10))
app.get('/api', (req, res) => {
The note is not visible to the blocked user.