mirror of
https://github.com/uetchy/namae.git
synced 2025-10-14 15:12:18 +09:00
fix: card popup
This commit is contained in:
@@ -4,6 +4,8 @@ const googleIt = require('google-it')
|
||||
module.exports = async (req, res) => {
|
||||
const { query } = req.query
|
||||
|
||||
return send(res, { result: [] }) // DISABLE
|
||||
|
||||
if (!query) {
|
||||
return res.status(400).json({ error: 'no query given' })
|
||||
}
|
||||
|
Reference in New Issue
Block a user