From 137b4daffb8f7ccf991faeee2de2e3e39c79652c Mon Sep 17 00:00:00 2001 From: Mehdi Osman Date: Thu, 30 Mar 2023 23:10:18 +0200 Subject: [PATCH] Update LivePlayer.tsx --- frontend/app/components/Session/LivePlayer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Session/LivePlayer.tsx b/frontend/app/components/Session/LivePlayer.tsx index b59f509dc..f558c3103 100644 --- a/frontend/app/components/Session/LivePlayer.tsx +++ b/frontend/app/components/Session/LivePlayer.tsx @@ -51,7 +51,7 @@ function LivePlayer({ }, }; if (isEnterprise) { - new APIClient().get('/assist/credentials').then(r => r.json()) + new APIClient().get('/config/assist/credentials').then(r => r.json()) .then(({ data }) => { const [player, store] = createLiveWebPlayer(sessionWithAgentData, data, (state) => makeAutoObservable(state)