fix(all): Create bot working again.
This commit is contained in:
parent
91db185b54
commit
88c8a29998
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ export class GBSSR {
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
GBLogEx.info(min, `HTTP 404: ${req.url}.`);
|
GBLogEx.verbose(min, `HTTP 404: ${req.url}.`);
|
||||||
res.status(404);
|
res.status(404);
|
||||||
res.end();
|
res.end();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue