Minor fixes

This commit is contained in:
David Majdandžić
2023-04-05 19:53:08 +02:00
parent 42493aab50
commit e0fd3a5c31
7 changed files with 19 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ const zlib = require("zlib");
const SERVER_PORT: number = Number(process.env.SERVER_PORT) || 8190;
export class HttpServer {
export default class HttpServer {
private readonly clientRequestHandler: RequestHandler;
private readonly centerRequestHandler: RequestHandler;