Skip to content

Commit 735c4c4

Browse files
committed
🐛 s/pages/table
1 parent d0c21e2 commit 735c4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const getTable_toRequest: GetTable["toRequest"] = (
1515
options,
1616
) => {
1717
const { sid, hostName } = setDefaults(options ?? {});
18-
const path = `https://${hostName}/api/pages/${project}/${
18+
const path = `https://${hostName}/api/table/${project}/${
1919
encodeTitleURI(title)
2020
}/${encodeURIComponent(filename)}.csv`;
2121

0 commit comments

Comments
 (0)