We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c21e2 commit 735c4c4Copy full SHA for 735c4c4
rest/table.ts
@@ -15,7 +15,7 @@ const getTable_toRequest: GetTable["toRequest"] = (
15
options,
16
) => {
17
const { sid, hostName } = setDefaults(options ?? {});
18
- const path = `https://${hostName}/api/pages/${project}/${
+ const path = `https://${hostName}/api/table/${project}/${
19
encodeTitleURI(title)
20
}/${encodeURIComponent(filename)}.csv`;
21
0 commit comments