mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 01:59:04 +08:00
chore: added leading slash for for ws URL (#5709)
This commit is contained in:
parent
871e5ada9e
commit
79e96e544f
@ -17,7 +17,7 @@ export function getQueryStats(props: GetQueryStatsProps): void {
|
||||
|
||||
const token = getLocalStorageApi(LOCALSTORAGE.AUTH_TOKEN) || '';
|
||||
const socket = new WebSocket(
|
||||
`${ENVIRONMENT.wsURL}api/v3/query_progress?q=${queryId}`,
|
||||
`${ENVIRONMENT.wsURL}/api/v3/query_progress?q=${queryId}`,
|
||||
token,
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user