Nostr stream provider init
This commit is contained in:
@ -51,6 +51,10 @@ const router = createBrowserRouter([
|
||||
path: "/live/:id",
|
||||
element: <StreamPage />,
|
||||
},
|
||||
{
|
||||
path: "/:id",
|
||||
element: <StreamPage />,
|
||||
},
|
||||
{
|
||||
path: "/providers/:id?",
|
||||
element: <StreamProvidersPage />,
|
||||
|
Reference in New Issue
Block a user