diff options
author | John Estabrook <jestabro@vyos.io> | 2022-12-02 11:22:43 -0600 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2022-12-02 11:22:43 -0600 |
commit | 579e9294075d82627997af41ac7895923c7e8d5d (patch) | |
tree | 01df16653d4e2af609930d0a846ec46585747d66 /data | |
parent | c2a5957a942c8f6070b8f6ff12764e90c1a4c237 (diff) | |
download | vyos-1x-579e9294075d82627997af41ac7895923c7e8d5d.tar.gz vyos-1x-579e9294075d82627997af41ac7895923c7e8d5d.zip |
http-api: T4859: correct calling of script dependencies from http-api.py
Diffstat (limited to 'data')
-rw-r--r-- | data/config-mode-dependencies.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/config-mode-dependencies.json b/data/config-mode-dependencies.json index ad12cff87..9e943ba2c 100644 --- a/data/config-mode-dependencies.json +++ b/data/config-mode-dependencies.json @@ -1,5 +1,6 @@ { "firewall": {"group_resync": ["nat", "policy-route"]}, + "http_api": {"https": ["https"]}, "pki": { "ethernet": ["interfaces-ethernet"], "openvpn": ["interfaces-openvpn"], |