From cb8bb10d1601199bc99f52ea3d33acd8f17e7f3b Mon Sep 17 00:00:00 2001 From: Jason <59297610+caracal-js@users.noreply.github.com> Date: Wed, 23 Feb 2022 23:53:24 -0500 Subject: [PATCH] Update index.mjs --- index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.mjs b/index.mjs index c11420f..7b1435e 100644 --- a/index.mjs +++ b/index.mjs @@ -1,4 +1,4 @@ -import { Server } from './tomp/Server.mjs'; +import { Server } from './bare/Server.mjs'; import { readFileSync } from 'fs'; import http from 'http'; import nodeStatic from 'node-static';