We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b77e39 + ef5f4a5 commit 88195a4Copy full SHA for 88195a4
docs/.vuepress/components/ResolvedCveTable.vue
@@ -119,7 +119,7 @@ export default {
119
},
120
computed: {
121
apiUrl() {
122
- return `http://localhost:34458/api/v1/resolved-cves?project=${this.project}`
+ return `https://spring-els-cves.cl-edu.com/api/v1/resolved-cves?project=${this.project}`
123
124
filteredCveData() {
125
if (this.hide_none) {
0 commit comments