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 c547f70 commit d356901Copy full SHA for d356901
docs/.vuepress/components/aliyundrive/Callback.vue
@@ -21,7 +21,7 @@ const token = ref<Token>();
21
const api = "https://api.nn.ci"
22
23
const getToken = async () => {
24
- const resp = await fetch(api + `/alist/ali_open/token`, {
+ const resp = await fetch(api + `/alist/ali_open/code`, {
25
method: "POST",
26
headers: {
27
"Content-Type": "application/json",
0 commit comments