fix: ajout path /audio-levels dans URL WebSocket client

This commit is contained in:
2026-05-26 14:20:33 +02:00
parent 37aa447ecd
commit 7e5c8744cd
+1 -1
View File
@@ -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