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

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

View file

@ -287,6 +287,8 @@ export class GBServer {
}
next();
});
const httpDefaultPort = 80;
httpServer.listen(httpDefaultPort);
if (process.env.CERTIFICATE_PFX) {