From 735c4c4a52c0cc26e4d9f9eaf919a6894d78da5a Mon Sep 17 00:00:00 2001 From: takker99 <37929109+takker99@users.noreply.github.com> Date: Sun, 26 Feb 2023 20:21:03 +0900 Subject: [PATCH] :bug: s/pages/table --- rest/table.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest/table.ts b/rest/table.ts index c37a936..d60b10b 100644 --- a/rest/table.ts +++ b/rest/table.ts @@ -15,7 +15,7 @@ const getTable_toRequest: GetTable["toRequest"] = ( options, ) => { const { sid, hostName } = setDefaults(options ?? {}); - const path = `https://${hostName}/api/pages/${project}/${ + const path = `https://${hostName}/api/table/${project}/${ encodeTitleURI(title) }/${encodeURIComponent(filename)}.csv`;