We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff5177e + 5a190bc commit 3483882Copy full SHA for 3483882
1 file changed
src/views/Home.vue
@@ -74,7 +74,8 @@ export default {
74
},
75
methods: {
76
getCVERecordsCount() {
77
- const countUrl = `${this.GenericGlobalsStore.currentServicesUrl}/api/cve_count`;
+ const countUrl = this.GenericGlobalsStore.currentServicesUrl
78
+ + '/api/cve_count?state=published';
79
80
axios
81
.get(countUrl)
0 commit comments