diff options
author | John Estabrook <jestabro@vyos.io> | 2023-11-28 14:19:00 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 14:19:00 -0600 |
commit | 7ec55fca91f2fd606e16325166b96a18dcb3d2c5 (patch) | |
tree | d81255ceabf5fcb32761fb0c3f9985d99c0b4654 /interface-definitions | |
parent | 6d9feb9df38bfcad7c68c2cbbdba7868a715ccef (diff) | |
parent | 3fbb1c602bb5a5003f218e437b83401664e02227 (diff) | |
download | vyos-1x-7ec55fca91f2fd606e16325166b96a18dcb3d2c5.tar.gz vyos-1x-7ec55fca91f2fd606e16325166b96a18dcb3d2c5.zip |
Merge pull request #2542 from jestabro/single-owner-https-config
http-api: T5782: use single config-mode script for https and http-api
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/https.xml.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/interface-definitions/https.xml.in b/interface-definitions/https.xml.in index 05c552e6b..ca5a5f088 100644 --- a/interface-definitions/https.xml.in +++ b/interface-definitions/https.xml.in @@ -54,10 +54,9 @@ #include <include/allow-client.xml.i> </children> </tagNode> - <node name="api" owner="${vyos_conf_scripts_dir}/http-api.py"> + <node name="api"> <properties> <help>VyOS HTTP API configuration</help> - <priority>1002</priority> </properties> <children> <node name="keys"> |