mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
modify logout url
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ export default {
|
||||
});
|
||||
},
|
||||
logout: () => {
|
||||
return axios.get('v1/logout.json');
|
||||
return axios.get('logout.json');
|
||||
},
|
||||
refreshToken: () => {
|
||||
return axios.post('v1/tokens/refresh.json');
|
||||
|
||||
Reference in New Issue
Block a user