Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-02-10 | Adds the Get handler for organisation model and fixes | Matthew Lemon | 1 | -3/+8 | |
Also fixes the NotAuthorised response I was mistakenly getting when it should have been a 404. | |||||
2024-02-10 | Have added Insert handler for Organisation model | Matthew Lemon | 1 | -0/+26 | |
This is a straight forward wrapper around INSERT. Also added a clientError into a new helpers.go file. |