change combined image from png to jpeg
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ ngx.log(ngx.INFO, 'REQ_BODY -> ', ngx.req.get_body_data())
|
||||
local images = req_body["payload"]["images"]
|
||||
|
||||
local combined_uuid = uuid.generate_v4()
|
||||
local combined = file_dir .. "/" .. combined_uuid .. ".png";
|
||||
local combined = file_dir .. "/" .. combined_uuid .. ".jpeg";
|
||||
|
||||
local len = table.getn(images)
|
||||
if len == 0 then
|
||||
|
||||
Reference in New Issue
Block a user