method renames
This commit is contained in:
@ -18,7 +18,7 @@ public class NoteController : Controller
|
||||
var model = new ContentModel
|
||||
{
|
||||
CurrentNote = noteName,
|
||||
Text = noteService.GetText(noteName),
|
||||
Text = noteService.GetNote(noteName),
|
||||
NoteNames = noteService.GetNoteNames()
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user