summaryrefslogtreecommitdiff
path: root/mux.go
diff options
context:
space:
mode:
Diffstat (limited to 'mux.go')
-rw-r--r--mux.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/mux.go b/mux.go
index 4c84570..8c23855 100644
--- a/mux.go
+++ b/mux.go
@@ -35,15 +35,6 @@ func recipeEditMux(w http.ResponseWriter, r *http.Request) {
}
}
-func recipeImageMux(w http.ResponseWriter, r *http.Request) {
- switch r.Method {
- case "GET":
- recipeImageGet(w, r)
- default:
- http.Error(w, "Bad Request", 400)
- }
-}
-
func addRecipesMux(w http.ResponseWriter, r *http.Request) {
switch r.Method {
case "GET":