From 15e36a237e61c9d6c1ba6f068a10fc57587e09f8 Mon Sep 17 00:00:00 2001 From: Alexander <63701129+eav-iex@users.noreply.github.com> Date: Wed, 12 Jan 2022 22:03:14 +0300 Subject: [PATCH] Update config.json --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 62b35f3..a0c6361 100644 --- a/config.json +++ b/config.json @@ -1,10 +1,10 @@ { "ua": { - "api": "https://api.www/test/", - "stream": "https://hls.www.ru/test/" + "api": "https://api.bad/test/", + "stream": "https://hls.bad.ru/test/" }, "ru": { - "api": "https://api.www/test/", - "stream": "https://hls.www.ru/test/" + "api": "https://api.bad/test/", + "stream": "https://hls.bad.ru/test/" } }