diff options
author | John Estabrook <jestabro@vyos.io> | 2023-03-08 13:30:03 -0600 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2023-03-08 13:39:52 -0600 |
commit | f28c6531c8f81237574501ad09067ec0291fa21d (patch) | |
tree | 102b41c54487be81131ab17c9428939704a1e987 /python | |
parent | e1ea2f826ce7b9e8bfe6be4d3814a456e04963f1 (diff) | |
download | vyos-1x-f28c6531c8f81237574501ad09067ec0291fa21d.tar.gz vyos-1x-f28c6531c8f81237574501ad09067ec0291fa21d.zip |
graphql: T5068: generate client operations for code generation tools
Diffstat (limited to 'python')
-rw-r--r-- | python/vyos/defaults.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/vyos/defaults.py b/python/vyos/defaults.py index 060a0ba03..d4ffc249e 100644 --- a/python/vyos/defaults.py +++ b/python/vyos/defaults.py @@ -30,6 +30,7 @@ directories = { 'templates' : '/usr/share/vyos/templates/', 'certbot' : '/config/auth/letsencrypt', 'api_schema': f'{base_dir}/services/api/graphql/graphql/schema/', + 'api_client_op': f'{base_dir}/services/api/graphql/graphql/client_op/', 'api_templates': f'{base_dir}/services/api/graphql/session/templates/', 'vyos_udev_dir' : '/run/udev/vyos' } |