1
0
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:
2019-08-07 22:25:51 +09:00
parent b3328a1ce6
commit 618512b4f8
15 changed files with 57 additions and 18 deletions

View File

@@ -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' })
}