diff options
author | John Estabrook <jestabro@vyos.io> | 2023-11-25 20:00:31 -0600 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2023-11-26 18:58:38 -0600 |
commit | 3fbb1c602bb5a5003f218e437b83401664e02227 (patch) | |
tree | 7d5a6145adb5c79561642c18d6ae7f47e9d87bda /interface-definitions/https.xml.in | |
parent | 6afd6eeb87a3a4ecbbd5aa9c67622d0b3c27721c (diff) | |
download | vyos-1x-3fbb1c602bb5a5003f218e437b83401664e02227.tar.gz vyos-1x-3fbb1c602bb5a5003f218e437b83401664e02227.zip |
http-api: T5782: use single config-mode script for https and http-api
Diffstat (limited to 'interface-definitions/https.xml.in')
-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"> |