summaryrefslogtreecommitdiff
path: root/srv/src/api/api.go
AgeCommit message (Collapse)Author
2022-05-17Add /v2/assets/ handler, with resizingBrian Picciano
2022-05-14Implement index handlerBrian Picciano
This involved re-arranging how templates are being parsed, slightly.
2022-05-14Move template rendering logic into api packageBrian Picciano
2022-05-14Add /posts handler to apiBrian Picciano
2022-05-05Fix various problems with the srv buildBrian Picciano