Skip to content

Commit b8531ae

Browse files
committed
cveListSearch: temporarily point to development search site
1 parent d4822e6 commit b8531ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stores/cveListSearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export const useCveListSearchStore = defineStore('cveListSearch ', {
219219
},
220220
async getSearchResults() {
221221
this.isQueryingSearchService = true;
222-
const searchUrl = `${import.meta.env.VITE_API_BASE_URL}${import.meta.env.VITE_LIST_SEARCH_PATH}`;
222+
const searchUrl = `https://dev.search.cve.org/webSearch/${import.meta.env.VITE_LIST_SEARCH_PATH}`;
223223

224224
this.resetResults();
225225

0 commit comments

Comments
 (0)