Showing
4 changed files
with
17 additions
and
17 deletions
... | @@ -54,7 +54,7 @@ app.get('/send2api', function (req, res) { | ... | @@ -54,7 +54,7 @@ app.get('/send2api', function (req, res) { |
54 | var options = { | 54 | var options = { |
55 | uri: uriBase, | 55 | uri: uriBase, |
56 | qs: params, | 56 | qs: params, |
57 | - body: '{"url": "http://54.180.159.73:8080/uploads/' + imgname + '"}', | 57 | + body: '{"url": "http://13.125.213.193:8080/uploads/' + imgname + '"}', |
58 | headers: { | 58 | headers: { |
59 | 'Content-Type': 'application/json', | 59 | 'Content-Type': 'application/json', |
60 | 'Ocp-Apim-Subscription-Key' : subscriptionKey | 60 | 'Ocp-Apim-Subscription-Key' : subscriptionKey | ... | ... |
... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
20 | </head> | 20 | </head> |
21 | <body ng-controller="mainAdminController"> | 21 | <body ng-controller="mainAdminController"> |
22 | <div class="left-box"> | 22 | <div class="left-box"> |
23 | - <img src="http://54.180.159.73:8080/uploads/mypic.jpg"> | 23 | + <img src="http://13.125.213.193:8080/uploads/mypic.jpg"> |
24 | </div> | 24 | </div> |
25 | 25 | ||
26 | <div class="right-box"> | 26 | <div class="right-box"> | ... | ... |
... | @@ -18,13 +18,13 @@ | ... | @@ -18,13 +18,13 @@ |
18 | 18 | ||
19 | <title>Age Detection</title> | 19 | <title>Age Detection</title> |
20 | 20 | ||
21 | -<link rel ="stylesheet" href="http://54.180.159.73:8080/public/assets/css/upload.css"> | 21 | +<link rel ="stylesheet" href="http://13.125.213.193:8080/public/assets/css/upload.css"> |
22 | -<link rel="stylesheet" href="http://54.180.159.73:8080/public/assets/css/bootstrap.min.css"> | 22 | +<link rel="stylesheet" href="http://13.125.213.193:8080/public/assets/css/bootstrap.min.css"> |
23 | -<link rel="stylesheet" href="http://54.180.159.73:8080/public/assets/css/animate.css"> | 23 | +<link rel="stylesheet" href="http://13.125.213.193:8080/public/assets/css/animate.css"> |
24 | -<link rel="stylesheet" href="http://54.180.159.73:8080/public/assets/css/magnific-popup.css"> | 24 | +<link rel="stylesheet" href="http://13.125.213.193:8080/public/assets/css/magnific-popup.css"> |
25 | -<link rel="stylesheet" href="http://54.180.159.73:8080/public/assets/css/font-awesome.min.css"> | 25 | +<link rel="stylesheet" href="http://13.125.213.193:8080/public/assets/css/font-awesome.min.css"> |
26 | <!-- MAIN CSS --> | 26 | <!-- MAIN CSS --> |
27 | -<link rel="stylesheet" href="http://54.180.159.73:8080/public/assets/css/tooplate-style.css"> | 27 | +<link rel="stylesheet" href="http://13.125.213.193:8080/public/assets/css/tooplate-style.css"> |
28 | 28 | ||
29 | <!-- 이 태그를 head 태그에 배치하거나 닫는 body 태그 바로 앞에 배치하세요. --> | 29 | <!-- 이 태그를 head 태그에 배치하거나 닫는 body 태그 바로 앞에 배치하세요. --> |
30 | <script src="https://apis.google.com/js/platform.js" async defer> | 30 | <script src="https://apis.google.com/js/platform.js" async defer> |
... | @@ -112,14 +112,14 @@ | ... | @@ -112,14 +112,14 @@ |
112 | </footer> | 112 | </footer> |
113 | 113 | ||
114 | <!-- SCRIPTS --> | 114 | <!-- SCRIPTS --> |
115 | -<script src="http://54.180.159.73:8080/public/assets/js/jquery.js"></script> | 115 | +<script src="http://13.125.213.193:8080/public/assets/js/jquery.js"></script> |
116 | -<script src="http://54.180.159.73:8080/public/assets/js/bootstrap.min.js"></script> | 116 | +<script src="http://13.125.213.193:8080/public/assets/js/bootstrap.min.js"></script> |
117 | -<script src="http://54.180.159.73:8080/public/assets/js/jquery.parallax.js"></script> | 117 | +<script src="http://13.125.213.193:8080/public/assets/js/jquery.parallax.js"></script> |
118 | -<script src="http://54.180.159.73:8080/public/assets/js/smoothscroll.js"></script> | 118 | +<script src="http://13.125.213.193:8080/public/assets/js/smoothscroll.js"></script> |
119 | -<script src="http://54.180.159.73:8080/public/assets/js/jquery.magnific-popup.min.js"></script> | 119 | +<script src="http://13.125.213.193:8080/public/assets/js/jquery.magnific-popup.min.js"></script> |
120 | -<script src="http://54.180.159.73:8080/public/assets/js/magnific-popup-options.js"></script> | 120 | +<script src="http://13.125.213.193:8080/public/assets/js/magnific-popup-options.js"></script> |
121 | -<script src="http://54.180.159.73:8080/public/assets/js/wow.min.js"></script> | 121 | +<script src="http://13.125.213.193:8080/public/assets/js/wow.min.js"></script> |
122 | -<script src="http://54.180.159.73:8080/public/assets/js/custom.js"></script> | 122 | +<script src="http://13.125.213.193:8080/public/assets/js/custom.js"></script> |
123 | 123 | ||
124 | <script>/* | 124 | <script>/* |
125 | document.getElementById('userfile').onchange = function(){ | 125 | document.getElementById('userfile').onchange = function(){ | ... | ... |
... | @@ -96,7 +96,7 @@ | ... | @@ -96,7 +96,7 @@ |
96 | 96 | ||
97 | 97 | ||
98 | var params = { | 98 | var params = { |
99 | - // Request parameters <img src="http://54.180.159.73:8080/user/mypic.jpg"></img> | 99 | + // Request parameters <img src="http://13.125.213.193:8080/user/mypic.jpg"></img> |
100 | "returnFaceId": "true", | 100 | "returnFaceId": "true", |
101 | "returnFaceLandmarks": "false", | 101 | "returnFaceLandmarks": "false", |
102 | "returnFaceAttributes": "age,gender", | 102 | "returnFaceAttributes": "age,gender", | ... | ... |
-
Please register or login to post a comment