summaryrefslogtreecommitdiff
path: root/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'server.go')
-rw-r--r--server.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/server.go b/server.go
index 67e6e37..e91859c 100644
--- a/server.go
+++ b/server.go
@@ -10,7 +10,6 @@ func setupRoutes() {
http.HandleFunc("/", indexMux)
http.HandleFunc("/recipe", recipeMux)
http.HandleFunc("/recipe/edit", recipeEditMux)
- http.HandleFunc("/recipe/image", recipeImageMux)
http.HandleFunc("/add_recipes", addRecipesMux)
http.HandleFunc("/static/style.css", staticStyleMux)
http.HandleFunc("/favicon.ico", faviconMux)