endpoint edited

This commit is contained in:
Burak Civan
2022-07-18 17:58:08 +03:00
parent d9e70682fa
commit 545303b04b
3 changed files with 2 additions and 6 deletions

View File

@ -309,7 +309,7 @@ const app = new Vue({
let target_length = event.target.value.length;
if (target_length > 2) {
window.axios.get(url + '/apps/paid')
window.axios.get(url + '/apps/search?keyword=' + event.target.value)
.then(response => {
this.live_search_data = response.data.data.data;
this.live_search_modal = true;