Major overhaul to the Notes/Issues. Minor tweaks to the UI. Added Profile photos
This commit is contained in:
@@ -54,6 +54,13 @@ class ApiClient {
|
||||
});
|
||||
}
|
||||
|
||||
patch(endpoint, data) {
|
||||
return this.request(endpoint, {
|
||||
method: "PATCH",
|
||||
body: JSON.stringify(data),
|
||||
});
|
||||
}
|
||||
|
||||
delete(endpoint) {
|
||||
return this.request(endpoint, { method: "DELETE" });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user