Skip to content
Snippets Groups Projects
Commit 9a8ebe57 authored by Nikolay Stanchev's avatar Nikolay Stanchev
Browse files

Updated RTT Graph API url

parent b1dd6dfd
No related branches found
No related tags found
No related merge requests found
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment