diff options
author | Rex Lee <limingjiang@huawei.com> | 2017-07-14 03:56:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-14 03:56:16 +0000 |
commit | 6acd5d156ba25d1eed49763fb220a117a43d5ef8 (patch) | |
tree | 605b149c78ff2997f50cc054f301ea3edc5b804f /api/urls.py | |
parent | ebf9803aa3f8c9851e845f80145329f59863267c (diff) | |
parent | cc3c7796ccb30b021c219cabdbe73bfc14fb38cc (diff) |
Merge "Add API to get environments"
Diffstat (limited to 'api/urls.py')
-rw-r--r-- | api/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/urls.py b/api/urls.py index 0ffba89c9..0c63fb040 100644 --- a/api/urls.py +++ b/api/urls.py @@ -22,5 +22,6 @@ urlpatterns = [ Url('/yardstick/env/action', 'v1_env'), # api v2 + Url('/api/v2/yardstick/environments', 'v2_environments'), Url('/api/v2/yardstick/environments/action', 'v2_environments'), ] |