summaryrefslogtreecommitdiff
path: root/view/recipe.go
diff options
context:
space:
mode:
Diffstat (limited to 'view/recipe.go')
-rw-r--r--view/recipe.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/recipe.go b/view/recipe.go
index 25abc6b..c488481 100644
--- a/view/recipe.go
+++ b/view/recipe.go
@@ -8,7 +8,7 @@ import (
"github.com/gorilla/mux"
)
-func Recipe(w http.ResponseWriter, r *http.Request) {
+func RecipeRead(w http.ResponseWriter, r *http.Request) {
recipe := model.Recipe{}
recipe.Id = mux.Vars(r)[`id`]