From ca591220516d4a57ce4a937c09847e59b16b156f Mon Sep 17 00:00:00 2001 From: Artemy Date: Wed, 9 Aug 2023 21:41:46 +0300 Subject: [PATCH] fix: link --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 283e157..adbdc75 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,7 +13,7 @@ declare global { } } function App() { - window.piped_api = new PipedAPI("https://ytapi.dc09.ru"); + window.piped_api = new PipedAPI(); return (