Merge "Add API to get environments"
[yardstick.git] / api / urls.py
index 0ffba89..0c63fb0 100644 (file)
@@ -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'),
 ]