mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
modify api path
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ export default {
|
||||
});
|
||||
},
|
||||
revokeAllTokens: () => {
|
||||
return axios.post('v1/tokens/revokeAll.json');
|
||||
return axios.post('v1/tokens/revoke_all.json');
|
||||
},
|
||||
getProfile: () => {
|
||||
return axios.get('v1/users/profile/get.json');
|
||||
|
||||
Reference in New Issue
Block a user