fix(个人信息): 修复APIkey报错404的缺陷

This commit is contained in:
wxg0103 2023-02-24 15:35:45 +08:00 committed by wxg0103
parent c6f39518ba
commit 38bda120f9
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ export function getWsAndPj(userId) {
}
export function getUserKeys() {
return get('/user/key/info/')
return get('/user/key/info')
}
export function deleteUserKey(id) {