fix(frontend): Assist credentials url (#1082)

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2023-03-30 22:30:13 +02:00 committed by GitHub
parent ce2fa583c3
commit f6a0e2eea0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ function LivePlayer({
},
};
if (isEnterprise) {
new APIClient().get('/config/assist/credentials').then(r => r.json())
new APIClient().get('/assist/credentials').then(r => r.json())
.then(({ data }) => {
const [player, store] = createLiveWebPlayer(sessionWithAgentData, data, (state) =>
makeAutoObservable(state)