@@ -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) {