rename module

This commit is contained in:
HorizonCode 2023-05-11 10:29:54 +02:00
parent d7d2320103
commit bf454f83b8
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { Status } from "https://deno.land/std@0.186.0/http/http_status.ts";
import { HTTPServer } from "../http_server.ts";
import { HTTPServer } from "../mod.ts";
const httpServer = new HTTPServer();