summaryrefslogtreecommitdiff
path: root/view/recipes.go
diff options
context:
space:
mode:
Diffstat (limited to 'view/recipes.go')
-rw-r--r--view/recipes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/recipes.go b/view/recipes.go
index 3a5fbf8..bd4c72b 100644
--- a/view/recipes.go
+++ b/view/recipes.go
@@ -6,7 +6,7 @@ import (
"xengineering.eu/ceres/model"
)
-func Recipes(w http.ResponseWriter, r *http.Request) {
+func RecipesRead(w http.ResponseWriter, r *http.Request) {
recipes := make(model.Recipes, 0)
err := recipes.Read()