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. --- config.go | 1 - 1 file changed, 1 deletion(-) (limited to 'config.go') diff --git a/config.go b/config.go index 4b5ecf0..64b2bfb 100644 --- a/config.go +++ b/config.go @@ -20,7 +20,6 @@ type HttpConfig struct { Port string `json:"bind_port"` Static string `json:"static"` Templates string `json:"templates"` - Storage string `json:"storage"` } type DatabaseConfig struct { -- cgit v1.2.3-70-g09d2