diff options
author | John Estabrook <jestabro@vyos.io> | 2023-11-25 20:00:31 -0600 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2023-12-01 09:43:53 -0600 |
commit | 4fcf4ce92b7c1de479070f5b392520984564ad16 (patch) | |
tree | a94e075ad946c487f58e56ef2966b23b97c22873 /interface-definitions | |
parent | 006931b8f1926a239bb5be4e27eb40bbe071219c (diff) | |
download | vyos-1x-4fcf4ce92b7c1de479070f5b392520984564ad16.tar.gz vyos-1x-4fcf4ce92b7c1de479070f5b392520984564ad16.zip |
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"> |