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