summaryrefslogtreecommitdiff
path: root/view/recipes.go
AgeCommit message (Collapse)Author
2024-03-03view: Add 'Read' suffix to function namesxengineering
This reflects that these HTTP handler functions implement one of the four CRUD methods create, read update and delete.
2024-02-13view: Implement GET handler for model.Recipesxengineering