Conversation
GET /api/notes/:id return the given note Supports 404 and 401
|
Hey! I'm sorry this has actually already been done and ready to be merged in the other open merge request (I did label it as ready for deployment on the issue) Annoyingly, because it's much nicer to get contributors, but if I merge this we'll get conflicts I'll see how bad it is on my end and if it's easy enough to merge I'll keep your version so you get added to the contributors list :) Just need a bit of time, sorry, still in hospital |
|
thank you so much! |
|
Sorry there were too many conflicts, this was actually already implemented in #484 before your mr was created and whilst I'd love to have you as contributor it's a lot of work to go through and fix all conflicts because this pr was pointing at the wrong branch. Please feel free to contribute again on the future but make sure to point to the right branch so you get the latest codebase so this won't happen again ❤️ |
GET /api/notes/:id return the given note
Supports 404 and 401
Closes #451