Subheading
Couple housekeeping rules:
- Be good
- Stop being bad
- Kiss your friends
- Don't listen to Justin Bieber's new album
- WHO IS EATING MY GRANOLA
class JobController { @Get("job") getJob(@Body() thing: Dto) { return this.jobService.getJob(thing); } }