diff --git a/bundle.js b/bundle.js index d26f8db..25d5ec9 100644 --- a/bundle.js +++ b/bundle.js @@ -1,7 +1,7 @@ $(function() { $('#word').each(function(index, elem) { $.getJSON( - 'http://ksenia.causa-arcana.com/api/words/' + $(elem).data('id'), + 'http://localhost:4567/words/' + $(elem).data('id'), function(data) { var primary_form = data['primary_form'] var part_of_speech = data['part_of_speech']