summaryrefslogtreecommitdiffstats
path: root/api/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'api/urls.py')
-rw-r--r--api/urls.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/api/urls.py b/api/urls.py
index 4b9d4d191..0ffba89c9 100644
--- a/api/urls.py
+++ b/api/urls.py
@@ -19,5 +19,8 @@ urlpatterns = [
Url('/yardstick/testcases/<case_name>/docs', 'v1_case_docs'),
Url('/yardstick/testsuites/action', 'v1_test_suite'),
Url('/yardstick/results', 'v1_result'),
- Url('/yardstick/env/action', 'v1_env')
+ Url('/yardstick/env/action', 'v1_env'),
+
+ # api v2
+ Url('/api/v2/yardstick/environments/action', 'v2_environments'),
]