fixed chat zustand bug
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { Router } from "express";
|
||||
import livekitRouter from "./livekit";
|
||||
import dispatcherRotuer from "./dispatcher";
|
||||
|
||||
const router = Router();
|
||||
|
||||
router.use("/livekit", livekitRouter);
|
||||
router.use("/dispatcher", dispatcherRotuer);
|
||||
|
||||
export default router;
|
||||
|
||||
Reference in New Issue
Block a user