This commit is contained in:
2020-09-29 17:25:04 +05:00
parent cdc5b7ec3f
commit 67370b52ec

View File

@@ -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;
}) })