summaryrefslogtreecommitdiffstats
path: root/cmd/web/helpers.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adds the Get handler for organisation model and fixesMatthew Lemon2024-02-101-3/+8
| | | | | Also fixes the NotAuthorised response I was mistakenly getting when it should have been a 404.
* Have added Insert handler for Organisation modelMatthew Lemon2024-02-101-0/+26
This is a straight forward wrapper around INSERT. Also added a clientError into a new helpers.go file.