summaryrefslogtreecommitdiffstats
path: root/res/res/resources/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'res/res/resources/urls.py')
-rw-r--r--res/res/resources/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res/resources/urls.py b/res/res/resources/urls.py
index d92db1d..41c9d08 100644
--- a/res/res/resources/urls.py
+++ b/res/res/resources/urls.py
@@ -28,5 +28,5 @@ urlpatterns = [
url(r'^api/vnfres/v1/(?P<vnfInstanceId>[0-9a-zA-Z\-\_]+)/volumes$', views.getVolumes.as_view(), name='get_volumes'),
# health check
- url(r'^api/vnfres/v1/healthcheck$', HealthCheckView.as_view()),
+ url(r'^api/vnfres/v1/health_check$', HealthCheckView.as_view()),
]