Kaynağa Gözat

change port

ming 3 yıl önce
ebeveyn
işleme
2d7858ef52
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      api/static/script_msg.js

+ 1 - 1
api/static/script_msg.js

@@ -32,7 +32,7 @@ function prepareUpload(event) {
     processData: false, // important
     contentType: false, // important
     data: data,
-    url: 'http://127.0.0.1:8000/uploadfile',
+    url: 'http://www.choozmo.com:8888/uploadfile',
     dataType: 'json',
     success: function (jsonData) {
       event.target.previousSibling.value =jsonData.msg;