Skip to content

Commit d356901

Browse files
committed
Update Callback.vue
1 parent c547f70 commit d356901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/components/aliyundrive/Callback.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const token = ref<Token>();
2121
const api = "https://api.nn.ci"
2222
2323
const getToken = async () => {
24-
const resp = await fetch(api + `/alist/ali_open/token`, {
24+
const resp = await fetch(api + `/alist/ali_open/code`, {
2525
method: "POST",
2626
headers: {
2727
"Content-Type": "application/json",

0 commit comments

Comments
 (0)