diff options
Diffstat (limited to 'view/recipe.go')
-rw-r--r-- | view/recipe.go | 2 |
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`] |