Improve custom events and update example apps (#768)

This commit is contained in:
bjoern-m
2023-05-30 13:37:30 +02:00
committed by GitHub
parent 39404fefcc
commit 404c736f77
179 changed files with 5060 additions and 1530 deletions

View File

@ -47,10 +47,4 @@ export class TodoClient {
credentials: "include",
});
}
logout() {
return fetch(`${this.api}/logout`, {
credentials: "include",
});
}
}