fix(all): Create bot working again.

This commit is contained in:
Rodrigo Rodriguez 2023-07-18 13:02:58 -03:00
parent 91db185b54
commit 88c8a29998

View file

@ -353,7 +353,7 @@ export class GBSSR {
}
return true;
} else {
GBLogEx.info(min, `HTTP 404: ${req.url}.`);
GBLogEx.verbose(min, `HTTP 404: ${req.url}.`);
res.status(404);
res.end();
}