added todo to search

This commit is contained in:
Sören Oesterwind 2023-07-11 16:25:58 +02:00
parent b0b47e04f8
commit f52897fd4d
1 changed files with 1 additions and 1 deletions

View File

@ -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;