change ws url
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, { createContext, useContext, useEffect, useState } from "react";
|
||||
|
||||
const WEBSOCKET_URL = "ws://localhost:8000/ws/media/";
|
||||
const WEBSOCKET_URL = "ws://localhost:8000/ws/freqsplit/";
|
||||
|
||||
interface WebSocketContextType {
|
||||
socket: WebSocket | null;
|
||||
|
||||
Reference in New Issue
Block a user