# up logout
This commit is contained in:
parent
48127c3f57
commit
5835498ab3
|
@ -14,7 +14,7 @@ export function loginByUsername(username, password) {
|
||||||
|
|
||||||
export function logout() {
|
export function logout() {
|
||||||
return request({
|
return request({
|
||||||
url: '/api/users/logout',
|
url: '/api/users/logout/',
|
||||||
method: 'get'
|
method: 'get'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue