Jelajahi Sumber

change port

ming 3 tahun lalu
induk
melakukan
49e4a9d95f
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      api/static/script_msg.js

+ 2 - 2
api/static/script_msg.js

@@ -47,7 +47,7 @@ $(".next").click(function(){
 	console.log(dataOBJ)
   //alert('資料已送出! 請耐心等候')
   $.ajax({
-	url: 'http://192.168.1.106:8889/make_anchor_video_v2',
+	url: 'http://www.choozmo.com:8888/make_anchor_video_v2',
 	//url: 'http://www.choozmo.com:8888/qqreq',
 	dataType : 'json', // 預期從server接收的資料型態
   contentType : 'application/json; charset=utf-8', // 要送到server的資料型態
@@ -74,7 +74,7 @@ $(".gen_avatar").click(function(){
 	console.log(dataOBJ)
   //alert('資料已送出! 請耐心等候')
   $.ajax({
-	url: 'http://192.168.1.106:8889/swapFace',
+	url: 'http://www.choozmo.com:8888/swapFace',
 	dataType : 'json', // 預期從server接收的資料型態
   contentType : 'application/json; charset=utf-8', // 要送到server的資料型態
 	type: 'post',