Skip to content

Commit 88195a4

Browse files
authored
Merge pull request #275 from yel-hadd/master
STAR-270 : Fix API URL back to production endpoint
2 parents 2b77e39 + ef5f4a5 commit 88195a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/components/ResolvedCveTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export default {
119119
},
120120
computed: {
121121
apiUrl() {
122-
return `http://localhost:34458/api/v1/resolved-cves?project=${this.project}`
122+
return `https://spring-els-cves.cl-edu.com/api/v1/resolved-cves?project=${this.project}`
123123
},
124124
filteredCveData() {
125125
if (this.hide_none) {

0 commit comments

Comments
 (0)