diff --git a/src/service/clmcservice/__init__.py b/src/service/clmcservice/__init__.py index 018385faa05c513ccceddbf4380de73f9a45cd3f..843fd22667897456a9c12672f60dd86b08335b4d 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()