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