Skip to content

Commit

Permalink
Remove dead TLS code
Browse files Browse the repository at this point in the history
  • Loading branch information
vmandic committed Jan 26, 2024
1 parent 3409233 commit 90371d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/http_server.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@ import { fileURLToPath } from "url";
import { WebSocketServer } from "ws";
import { sortObjectByPropertyNames } from "./utils.mjs";
import { getSettings } from "./settings.mjs";
import http from "http";
import https from "https";
import fs from "fs";

const app = express();
const httpPort = process.argv[2] || 8080;
const httpsPort = Number(httpPort) + 2;

const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
Expand Down

0 comments on commit 90371d8

Please sign in to comment.