Skip to content

Commit 39b8408

Browse files
committed
cveListSearch: temporarily point to development search site
1 parent 4fdb817 commit 39b8408

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';
223223

224224
this.resetResults();
225225

0 commit comments

Comments
 (0)