fix: ajout path /audio-levels dans URL WebSocket client
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
import { useState, useEffect, useRef } from 'react';
|
import { useState, useEffect, useRef } from 'react';
|
||||||
|
|
||||||
const WS_URL = import.meta.env.VITE_WS_AUDIO_LEVELS_URL || 'ws://localhost:3000';
|
const WS_URL = import.meta.env.VITE_WS_AUDIO_LEVELS_URL || 'ws://localhost:3000/audio-levels';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hook pour monitoring des niveaux audio temps réel
|
* Hook pour monitoring des niveaux audio temps réel
|
||||||
|
|||||||
Reference in New Issue
Block a user