소스 검색

Merge branch 'master' of http://114.244.114.158:8802/siwei/siwei_ai

gushoubang 9 달 전
부모
커밋
363a9d1202
2개의 변경된 파일5개의 추가작업 그리고 6개의 파일을 삭제
  1. 4 5
      app.py
  2. 1 1
      templates/index.html

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 4 - 5
app.py


+ 1 - 1
templates/index.html

@@ -59,7 +59,7 @@
         };
 
         function sendToBackend(transcript) {
-            fetch('http://127.0.0.1:5000/msg', {
+            fetch('http://192.168.60.6:5000/msg', {
                 method: 'POST',
                 headers: {
                     'Content-Type': 'application/json',

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.