Prepare for note deployment.
This commit is contained in:
parent
7ddf926fa7
commit
b214a8148a
4 changed files with 33 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue