More typescript fixing

This commit is contained in:
Austin Chen 2022-01-07 11:49:21 -08:00
parent 46bcee574c
commit 6068c5bf01

View File

@ -1,6 +1,6 @@
import { IncomingMessage } from "http";
import { parse } from "url";
import { ParsedRequest, Theme } from "./types";
import { ParsedRequest } from "./types";
export function parseRequest(req: IncomingMessage) {
console.log("HTTP " + req.url);