Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/10771_usage_url_fixed'
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Dec 22, 2014
2 parents c685060 + 2e78de9 commit d52f7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/WorkflowAlgorithms/src/SendUsage.cpp
Expand Up @@ -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
Expand Down

0 comments on commit d52f7bb

Please sign in to comment.