aboutsummaryrefslogtreecommitdiffstats
path: root/api/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'api/urls.py')
-rw-r--r--api/urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/urls.py b/api/urls.py
index 7fe64b200..be453a651 100644
--- a/api/urls.py
+++ b/api/urls.py
@@ -28,4 +28,6 @@ urlpatterns = [
Url('/api/v2/yardstick/environments/openrcs/action', 'v2_openrcs'),
Url('/api/v2/yardstick/environments/openrcs/<openrc_id>', 'v2_openrc'),
+
+ Url('/api/v2/yardstick/pods/action', 'v2_pods'),
]