how to delete id using maps in adonis js code example
Example: how to use patch with adonis api only
Route.put('/', async () => {
})
Route.patch('/', async () => {
})
Route.put('/', async () => {
})
Route.patch('/', async () => {
})