NicolasCantu 74093a12eb fix: normalize relay websocket endpoint
**Motivations :**
- ensure client always targets the correct /ws websocket path
- avoid invalid bootstrap URLs breaking relay connections

**Modifications :**
- sanitize bootstrap relay URLs and enforce /ws suffix when missing
- update documentation to reference wss://relay235.4nkweb.com/ws exactly
- align local env files with the normalized relay endpoint

**Page affectées :**
- src/services/service.ts
- README.md
- docs/INTEGRATION.md
2025-10-31 14:07:38 +01:00
..