rename websocketHandler
This commit is contained in:
parent
9b72f90d46
commit
0a881c354b
2 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import {
|
|||
} from "bun";
|
||||
import { resolve } from "path";
|
||||
|
||||
import { webSocketHandler } from "@/webSocketHandler";
|
||||
import { webSocketHandler } from "@/websocket";
|
||||
|
||||
class ServerHandler {
|
||||
private router: FileSystemRouter;
|
||||
|
|
Loading…
Add table
Reference in a new issue