get note name from api
This commit is contained in:
@ -12,6 +12,6 @@ namespace BinaryDad.Notes.Controllers
|
||||
this.noteService = noteService;
|
||||
}
|
||||
|
||||
public string Note() => noteService.Get();
|
||||
public string Note(string noteName) => noteService.GetText(noteName);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user