mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
qfix
This commit is contained in:
parent
69ca75e3b2
commit
fe7511c591
@ -66,7 +66,7 @@ export class ApiEndpoint {
|
||||
|
||||
async leaveWorkspace (email: string, username: string, password: string): Promise<any> {
|
||||
const token = await this.loginAndGetToken(username, password)
|
||||
const url = AccountUrl
|
||||
const url = this.baseUrl
|
||||
const payload = {
|
||||
method: 'leaveWorkspace',
|
||||
params: [email]
|
||||
|
Loading…
Reference in New Issue
Block a user