We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d8ad5 commit c33685eCopy full SHA for c33685e
src/services/system/login.ts
@@ -11,7 +11,7 @@ export async function currentUser(options?: { [key: string]: any }) {
11
12
export async function outLogin(options?: { [key: string]: any }) {
13
return request<Record<string, any>>('/api/v1/logout', {
14
- method: 'DELETE',
+ method: 'GET',
15
...(options || {}),
16
});
17
}
0 commit comments