From 2e78de9fd3e80cb3dfff2a5be0767b087beed5d4 Mon Sep 17 00:00:00 2001 From: Pete Peterson Date: Fri, 19 Dec 2014 11:21:01 -0500 Subject: [PATCH] Re #10771. Changing reports url. --- Code/Mantid/Framework/WorkflowAlgorithms/src/SendUsage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/WorkflowAlgorithms/src/SendUsage.cpp b/Code/Mantid/Framework/WorkflowAlgorithms/src/SendUsage.cpp index a1052eb6833b..e2a20abb48b3 100644 --- a/Code/Mantid/Framework/WorkflowAlgorithms/src/SendUsage.cpp +++ b/Code/Mantid/Framework/WorkflowAlgorithms/src/SendUsage.cpp @@ -28,7 +28,7 @@ namespace { const std::string SEND_USAGE_CONFIG_KEY("usagereports.enabled"); /// The URL endpoint. -const std::string URL("http://django-mantid.rhcloud.com/api/usage"); +const std::string URL("http://reports.mantidproject.org/api/usage"); // const std::string URL("http://127.0.0.1:8000/api/usage"); // dev location /// The string for post method