Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnyvishal6 committed Oct 27, 2016
1 parent 64286e6 commit 348015e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/custom-js.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ angular.module('stockchart', [])
} else {
stocks = initStocks;
angular.forEach(stocks, function (name, i) {
$http.get('http://localhost:3000/api/stock/' + name)
$http.get('https://bunny-stockchart.herokuapp.com/api/stock/' + name)
.success(function (data) {
if (data.dataset) {
$scope.stocksCatalog[stocks.indexOf(name)] = {
Expand Down

0 comments on commit 348015e

Please sign in to comment.