Skip to content

Commit 1e9d0cc

Browse files
committed
wip
1 parent 8016deb commit 1e9d0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/hooks/useGetChartData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const useGetChartData = async ({
5656
}
5757

5858
return await Post({
59-
path: `/v2/spaces/${spaceId}/rooms/${roomId}/data`,
59+
path: `/v3/spaces/${spaceId}/rooms/${roomId}/data`,
6060
baseUrl,
6161
data: {
6262
filter: {

0 commit comments

Comments
 (0)