fix
This commit is contained in:
@@ -98,7 +98,7 @@ export default {
|
|||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
axios
|
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 => {
|
.then(response => {
|
||||||
this.articles = response.data.data;
|
this.articles = response.data.data;
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user