We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8016deb commit 1e9d0ccCopy full SHA for 1e9d0cc
1 file changed
src/shared/hooks/useGetChartData.ts
@@ -56,7 +56,7 @@ export const useGetChartData = async ({
56
}
57
58
return await Post({
59
- path: `/v2/spaces/${spaceId}/rooms/${roomId}/data`,
+ path: `/v3/spaces/${spaceId}/rooms/${roomId}/data`,
60
baseUrl,
61
data: {
62
filter: {
0 commit comments