Browse Source

change api url

SyuanYu 3 tháng trước cách đây
mục cha
commit
d8aa9065fa
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      frontend/src/views/main/AiArticle.vue

+ 2 - 1
frontend/src/views/main/AiArticle.vue

@@ -8,7 +8,8 @@ let loading = ref(false);
 
 async function getArticle() {
   loading.value = true;
-  let url = `https://cmm.ai:8084/get_article3?kw=${articleKw.value}`;
+  // let url = `https://cmm.ai:8084/get_article3?kw=${articleKw.value}`;
+  let url = `https://cmm.ai:8081/local_qa/?kw=${articleKw.value}`;
 
   try {
     let response = await axios.get(url);