Skip to content

Commit 6d9c690

Browse files
committed
Change path.
1 parent 6091772 commit 6d9c690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/composes/services/useSso.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const ssoData = ref({})
66

77
export const useSso = () => {
88
const getSsoData = async () => {
9-
const response = await request('comment/sso')
9+
const response = await request('comments/sso')
1010
ssoData.value = response.data
1111
return response.data
1212
}

0 commit comments

Comments
 (0)