rename websocketHandler

This commit is contained in:
creations 2025-02-27 13:44:53 -05:00
parent 9b72f90d46
commit 0a881c354b
Signed by: creations
GPG key ID: 8F553AA4320FC711
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ import {
} from "bun"; } from "bun";
import { resolve } from "path"; import { resolve } from "path";
import { webSocketHandler } from "@/webSocketHandler"; import { webSocketHandler } from "@/websocket";
class ServerHandler { class ServerHandler {
private router: FileSystemRouter; private router: FileSystemRouter;