From 9a8ebe57958ae9d76a9076db5028f53de3f2dca8 Mon Sep 17 00:00:00 2001
From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk>
Date: Mon, 9 Jul 2018 09:55:56 +0100
Subject: [PATCH] Updated RTT Graph API url

---
 src/service/clmcservice/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/service/clmcservice/__init__.py b/src/service/clmcservice/__init__.py
index 018385f..843fd22 100644
--- a/src/service/clmcservice/__init__.py
+++ b/src/service/clmcservice/__init__.py
@@ -63,7 +63,7 @@ def main(global_config, **settings):
     # add routes of the GRAPH API
     config.add_route('graph_build', '/graph/build')
     config.add_route('graph_manage', '/graph/temporal/{graph_id}')
-    config.add_route('graph_algorithms_rtt', '/graph/temporal/{graph_id}/algorithms/round-trip-time')
+    config.add_route('graph_algorithms_rtt', '/graph/temporal/{graph_id}/round-trip-time')
 
     config.scan()  # This method scans the packages and finds any views related to the routes added in the app configuration
     return config.make_wsgi_app()
-- 
GitLab