fix: removed changelog endpoint (#6146)
This commit is contained in:
parent
f02a2b04a5
commit
bb8a156bdd
4 changed files with 5 additions and 50 deletions
|
|
@ -25,12 +25,4 @@ export class InstanceService extends APIService {
|
|||
throw error;
|
||||
});
|
||||
}
|
||||
|
||||
async getInstanceChangeLog(): Promise<TPage> {
|
||||
return this.get("/api/instances/changelog/")
|
||||
.then((response) => response.data)
|
||||
.catch((error) => {
|
||||
throw error;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue