Update remnawave_api.py

This commit is contained in:
Egor
2025-09-02 15:21:15 +03:00
committed by GitHub
parent 3759be333a
commit 9b31ba8f3d

View File

@@ -126,7 +126,7 @@ class RemnaWaveAPI:
logger.info(f"🔗 Подключение к RemnaWave: {self.base_url} (тип: {conn_type})")
headers = {
'X-Api-Key': self.api_key,
'X-Api-Key': self.api_key,
'Content-Type': 'application/json',
'Accept': 'application/json',
'X-Forwarded-Proto': 'https',