# up logout

This commit is contained in:
xianfuxing 2018-08-01 20:52:52 +08:00
parent 48127c3f57
commit 5835498ab3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export function loginByUsername(username, password) {
export function logout() {
return request({
url: '/api/users/logout',
url: '/api/users/logout/',
method: 'get'
})
}