fix streaming url

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
instancev2
marcin mikołajczak 2022-12-29 00:21:48 +01:00
rodzic c3141c4ae9
commit 9ee740d065
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -336,7 +336,7 @@ const UI: React.FC = ({ children }) => {
const dropdownMenuIsOpen = useAppSelector(state => state.dropdown_menu.openId !== null);
const accessToken = useAppSelector(state => getAccessToken(state));
const streamingUrl = instance.configuration.getIn(['urls', 'streaming_api']);
const streamingUrl = instance.configuration.getIn(['urls', 'streaming']);
const standalone = useAppSelector(isStandalone);
const handleDragEnter = (e: DragEvent) => {