summaryrefslogtreecommitdiffstats
path: root/ui/static (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Have added Insert handler for Organisation modelMatthew Lemon2024-02-101-39/+0
| | | | | | This is a straight forward wrapper around INSERT. Also added a clientError into a new helpers.go file.
* Created a /organisations/list routeMatthew Lemon2024-02-081-0/+46
There is also some basic CSS here. Also introduced a proper structured logger.