Show status when mask is saved (#7212)

This commit is contained in:
Nicolas Mowen
2023-07-21 06:30:22 -06:00
committed by GitHub
parent bfa7a5cc60
commit d30a738960
2 changed files with 30 additions and 16 deletions

View File

@@ -1090,7 +1090,7 @@ def config_set():
logging.error(f"Error updating config: {e}")
return "Error updating config", 500
return "Config successfully updated", 200
return "Config successfully updated, restart to apply", 200
@bp.route("/config/schema.json")