When building APIs, it's important to set appropriate status codes. Instead of explicitly setting them, let AdonisJS do that for you. ``` // instead of return response.status(404).json({ message: 'Rescource not found...
Chimezie Enyinnaya Chimezie Enyinnaya
2 years ago
1013 0