fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 88c8a29998 - Show all commits

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();
}