This commit is contained in:
Kar
2023-05-15 12:23:47 +05:30
parent 326d16f312
commit cd27f080d6
4 changed files with 69 additions and 4 deletions

View File

@@ -39,5 +39,5 @@ export default function handler(req, res) {
db.close();
res.status(200).json({ name: 'John Doe' });
res.status(200).json({ msg: 'ok' });
}