aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/dbasik-api/routes.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First test and first appearance of returns codeMatthew Lemon2024-04-121-0/+1
| | | | | | | Test a function that gets all sheets from a datamap struct. A new function to handle a datamap and a return together in one POST request.
* Completion of stateless API for datamap createMatthew Lemon2024-04-121-0/+1
|
* Adds ability to save a single datamap to the databaseMatthew Lemon2024-04-101-1/+2
|
* Reorganises cmd/ structure for publication on pkg.go.devMatthew Lemon2024-04-061-0/+31
Adds key commands to Makefile