Javascript – Setting up SvelteKit CRUD routing with [id] parameter
I am working on a Svelte - Java Spring - MongoDB CRUD app, were i need to handle the 4 HTTP Requests : GET, POST, DELETE, UPDATE. I have the following problem. When i try to access the following url…