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

@ -19,4 +19,5 @@ const (
HttpErrIdAlreadyExists
HttpErrIdNotFound
HttpErrIdConversionFailure
HttpErrIdNotAllowed
)