Skip to content

Commit ab4588b

Browse files
committed
Update default API endpoint in index.ts from "cf" to "new"
1 parent f4b0938 commit ab4588b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/components/api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (typeof location !== "undefined") {
1111
}
1212
}
1313

14-
export const defaultApi = "cf";
14+
export const defaultApi = "new";
1515
export const api = (path?: string) => {
1616
let _api = "";
1717
if (typeof localStorage === "undefined") {

0 commit comments

Comments
 (0)