diff options
author | Christian Breunig <christian@breunig.cc> | 2023-03-10 13:28:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 13:28:19 +0100 |
commit | 29d27c392274e2d1b5d76690c8fdfee2f55edb00 (patch) | |
tree | 01b923e53e3fd7a2639597be40e07f6ce3d6a8c7 /python | |
parent | 684b30a16c61d6ba90b4701aff2409365c39a9d2 (diff) | |
parent | f28c6531c8f81237574501ad09067ec0291fa21d (diff) | |
download | vyos-1x-29d27c392274e2d1b5d76690c8fdfee2f55edb00.tar.gz vyos-1x-29d27c392274e2d1b5d76690c8fdfee2f55edb00.zip |
Merge pull request #1876 from jestabro/codegen
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' } |