From 703ea68efec5906f8bfd959de997505ee014396d Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sun, 5 Mar 2023 20:30:04 +0400 Subject: [PATCH] Fix API URL --- bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']