Repository: incubator-senssoft-tap Updated Branches: refs/heads/tapdocker 97718bca4 -> 587c8776e
ahkasdjfl Project: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/commit/587c8776 Tree: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/tree/587c8776 Diff: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/diff/587c8776 Branch: refs/heads/tapdocker Commit: 587c8776e031f27f214e6a57d5adfdfc6175ed5f Parents: 97718bc Author: msb3399 <[email protected]> Authored: Wed Aug 9 13:12:37 2017 -0400 Committer: msb3399 <[email protected]> Committed: Wed Aug 9 13:12:37 2017 -0400 ---------------------------------------------------------------------- public/components/AppResults.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/blob/587c8776/public/components/AppResults.jsx ---------------------------------------------------------------------- diff --git a/public/components/AppResults.jsx b/public/components/AppResults.jsx index b7de4ec..a9e987c 100644 --- a/public/components/AppResults.jsx +++ b/public/components/AppResults.jsx @@ -94,7 +94,7 @@ class AppResults extends Component { // get graph data from distill - var url = 'http://distill:8090/sankey/userale?from=now-15m&to=now&size=20'; + var url = 'http://localhost:8090/sankey/userale?from=now-15m&to=now&size=20'; //var url = 'http://localhost:8090'; axios.get(url) .then( (response) => {
