added todo to search
This commit is contained in:
parent
b0b47e04f8
commit
f52897fd4d
@ -60,7 +60,7 @@ function handleSearchChange(e) {
|
||||
autocompleteBox.innerHTML = 'Start typing to search for commands <br> #SKU';
|
||||
return;
|
||||
}
|
||||
const baseURI = window.location.origin;
|
||||
const baseURI = window.location.origin; // move to new fancy route
|
||||
const url = baseURI + '/api/v1/search/sku?sku=' + searchedSKU;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user