Skip to content

Commit 39b588b

Browse files
authored
Update index.ts
1 parent 44c3a49 commit 39b588b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = async (req: NowRequest, res: NowResponse) => {
1717
res.setHeader('Content-Type', 'application/json');
1818
res.json({
1919
"success": false,
20-
"error": "Invalid url query!",
20+
"error": "Invalid queries!",
2121
//"dev": error,
2222
"usage": usage
2323
});

0 commit comments

Comments
 (0)