fix(basic.gblib): update ChatServices.ts #420
1 changed files with 2 additions and 0 deletions
|
|
@ -287,6 +287,8 @@ export class GBServer {
|
||||||
}
|
}
|
||||||
next();
|
next();
|
||||||
});
|
});
|
||||||
|
const httpDefaultPort = 80;
|
||||||
|
httpServer.listen(httpDefaultPort);
|
||||||
|
|
||||||
|
|
||||||
if (process.env.CERTIFICATE_PFX) {
|
if (process.env.CERTIFICATE_PFX) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue