diff options
author | John Estabrook <jestabro@vyos.io> | 2022-05-15 13:28:49 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2022-07-24 08:44:58 -0500 |
commit | 02beb3ead3783ce18087c897c4871786449c6bd1 (patch) | |
tree | 814df4550dae5293f412144abea3b5f9102a6304 /src | |
parent | 8e6f4ee3a95fbb6d4c5ae9b0a698c5fa3ea73cf4 (diff) | |
download | vyos-1x-02beb3ead3783ce18087c897c4871786449c6bd1.tar.gz vyos-1x-02beb3ead3783ce18087c897c4871786449c6bd1.zip |
graphql: T3993: add interface-definition for gql
Diffstat (limited to 'src')
-rwxr-xr-x | src/conf_mode/http-api.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/conf_mode/http-api.py b/src/conf_mode/http-api.py index 4a7906c17..1ea7b86cd 100755 --- a/src/conf_mode/http-api.py +++ b/src/conf_mode/http-api.py @@ -66,12 +66,6 @@ def get_config(config=None): if conf.exists('debug'): http_api['debug'] = True - # this node is not available by CLI by default, and is reserved for - # the graphql tools. One can enable it for testing, with the warning - # that this will open an unauthenticated server. To do so - # mkdir /opt/vyatta/share/vyatta-cfg/templates/service/https/api/gql - # touch /opt/vyatta/share/vyatta-cfg/templates/service/https/api/gql/node.def - # and configure; editing the config alone is insufficient. if conf.exists('gql'): http_api['gql'] = True |