Fix product images
This commit is contained in:
@@ -239,7 +239,7 @@ module Qwaiter
|
||||
config.encoding = "utf-8"
|
||||
|
||||
# Configure sensitive parameters which will be filtered from the log file.
|
||||
config.filter_parameters += [:password]
|
||||
config.filter_parameters += [:password, :image] # image will be base64 string from ember (supplier/product)
|
||||
|
||||
# Enable escaping HTML in JSON.
|
||||
config.active_support.escape_html_entities_in_json = true
|
||||
|
||||
Reference in New Issue
Block a user