Skip to content

Commit ef5f4a5

Browse files
committed
STAR-270 : Fix API URL back to production endpoint
- Correct apiUrl from localhost:34458 to spring-els-cves.cl-edu.com - This was accidentally changed in previous commit
1 parent 2b77e39 commit ef5f4a5

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)