diff options
Diffstat (limited to 'handler.go')
-rw-r--r-- | handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -264,7 +264,7 @@ func recipeImageGet(w http.ResponseWriter, r *http.Request) { // serve image path := fmt.Sprintf("recipes/image/%s.jpg", idStr) - ServeStorage(w, r, config.Http.Storage, path) + ServeStorage(w, r, path) } func addRecipesGet(w http.ResponseWriter, r *http.Request) { |