Prepare for note deployment.

This commit is contained in:
Sergio Martínez Portela 2022-10-18 01:16:14 +02:00
parent 7ddf926fa7
commit b214a8148a
4 changed files with 33 additions and 11 deletions

View file

@ -47,7 +47,7 @@ function _codigoparallevar_enable_search_box(selector, options) {
const DEBOUNCE_TIME = 500; // Milliseconds
const MIN_LENGTH = 3;
const SEARCH_ENDPOINT = 'http://localhost:3001/api/search';
const SEARCH_ENDPOINT = 'https://api.codigoparallevar.com/api/search';
let debounceWaiter = null;
let currentQuery = null;