mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-04 00:00:51 -04:00
Moved margin value to the dimensions API
This commit is contained in:
@@ -664,6 +664,7 @@ struct APIRouter
|
||||
send_json env, {
|
||||
"success" => true,
|
||||
"dimensions" => sizes,
|
||||
"margin" => Config.current.page_margin
|
||||
}.to_json
|
||||
rescue e
|
||||
send_json env, {
|
||||
|
||||
Reference in New Issue
Block a user