From f1308a436040f3a72e058e10ec2693cfb599da30 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 31 Mar 2023 19:47:55 +0200 Subject: Remove image functionality Recipe images are currently complicated to implement and have little use. Probably they will not be covered in the next release. --- server.go | 1 - 1 file changed, 1 deletion(-) (limited to 'server.go') 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) -- cgit v1.2.3-70-g09d2