This commit is contained in:
Mike Cao 2022-01-14 00:08:27 -08:00
parent f0edb2b0fe
commit 489d46f663
2 changed files with 2 additions and 4 deletions

View file

@ -9,8 +9,6 @@ import { createToken } from 'lib/crypto';
export default async (req, res) => {
await useCors(req, res);
console.log('hi!');
if (isbot(req.headers['user-agent'])) {
return ok(res);
}