fix: link

This commit is contained in:
Artemy 2023-08-09 21:41:46 +03:00
parent f2fe9afb6d
commit ca59122051

View file

@ -13,7 +13,7 @@ declare global {
} }
} }
function App() { function App() {
window.piped_api = new PipedAPI("https://ytapi.dc09.ru"); window.piped_api = new PipedAPI();
return ( return (
<NextUIProvider> <NextUIProvider>