Add GET request handler for retrieving an adventure by ID

This commit is contained in:
Sean Morley
2024-04-27 17:28:31 +00:00
parent 7327fefe15
commit ba84fbdcf3
2 changed files with 44 additions and 4 deletions

View File

@@ -17,10 +17,6 @@
let newName = "";
let newLocation = "";
// let editId: number = NaN;
// let editName: string = "";
// let editLocation: string = "";
// let editdate: string = "";
let adventureToEdit: Adventure | undefined;
let isShowingToast: boolean = false;