Work on new note endpoint

This commit is contained in:
Melody Becker 2024-11-20 13:46:15 +01:00
parent 5f94a71415
commit e76490f637
3 changed files with 41 additions and 1 deletions

View file

@ -122,6 +122,7 @@ func (s *Storage) UpdateNote(note *Note) error {
}
func (s *Storage) CreateNote() (*Note, error) {
defer util.Untrace(util.Trace(&log.Logger))
// TODO: Think of good arguments and implement me
panic("not implemented")
}