Skip to main content
Filter by
Sorted by
Tagged with
2 votes
2 answers
2k views

I am newbie in adonisjs. I want to implement custom response if route method not match. I have route like this Route.post('/create', function * (request, response) {response.send('success')}) when ...
Arwani Ali's user avatar

1
12 13 14 15
16