Merge pull request #918 from YunoHost/fix-config-apply

[fix] config_appy return link
This commit is contained in:
Alexandre Aubin 2020-04-05 19:50:09 +02:00 committed by GitHub
commit 584034636d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1574,6 +1574,7 @@ def app_config_apply(operation_logger, app, args):
logger.success("Config updated as expected")
return {
"app": app,
"logs": operation_logger.success(),
}