jeter20131220 3 年 前
コミット
2a1518e318
1 ファイル変更1 行追加1 行削除
  1. 1 1
      desktop11/goto.js

+ 1 - 1
desktop11/goto.js

@@ -122,7 +122,7 @@ function onClik() {
   console.log(jsonString);
   $.ajax({
     type: 'POST',
-    url: 'http://172.104.93.163/deco_request_detail',
+    url: 'http://172.105.205.52:8001/deco_request_detail',
     data: jsonString,
     dataType: 'json',
     success: function (data, textStatus, jqXHR) {