Notes Controller

@Autowired
constructor(notesService: NotesService)

Constructor used to init the controller

Parameters

notesService

The instance to manage the notes database operations