all repos — h3rald @ 799c1ae63115eb5c9394227e522a907851dd372f

The sources of https://h3rald.com

Fixed litestore API url.
h3rald h3rald@h3rald.com
Sun, 15 Oct 2017 17:50:57 +0200
commit

799c1ae63115eb5c9394227e522a907851dd372f

parent

a16f1e80c8c13f66bcd56f97bc7c0be3f6549196

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M assets/js/search.jsassets/js/search.js

@@ -1,7 +1,7 @@

(function(window){ var axios = window.axios; var hostname = window.location.hostname; - var endpoint = '/litestore/'; + var endpoint = '/litestore-api/'; var searchInput = window.document.getElementsByClassName('search-input')[0]; var searchButton = window.document.getElementsByClassName('search-button')[0]; var clearButton = window.document.getElementsByClassName('clear-button')[0];