From 9005de11ef8b7cf32cc8503e8b5f134eca47b4fb Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 14 Jan 2023 18:07:47 +0100 Subject: Add new recipe edit page Recipes should be completely editable and removable. Thus this edit page was added. --- web/router.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/router.go') diff --git a/web/router.go b/web/router.go index 5b972c2..ec67399 100644 --- a/web/router.go +++ b/web/router.go @@ -14,6 +14,8 @@ func RunServer(config utils.HttpConfig, db *utils.Database) { http.HandleFunc("/recipe", recipe(db, config.Templates)) + http.HandleFunc("/recipe/edit", recipe_edit(db, config.Templates)) + http.HandleFunc("/recipe/image", image(config.Storage)) http.HandleFunc("/add_recipes", add_recipes(db, config.Storage, config.Static)) -- cgit v1.2.3-70-g09d2