fix
This commit is contained in:
@@ -98,7 +98,7 @@ export default {
|
||||
|
||||
mounted() {
|
||||
axios
|
||||
.get(`api/topic_filter/?keys=${this.topics}&per_page=${this.per_page}`)
|
||||
.get(`/api/topic_filter?keys=${this.topics}&per_page=${this.per_page}`)
|
||||
.then(response => {
|
||||
this.articles = response.data.data;
|
||||
})
|
||||
|
Reference in New Issue
Block a user