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