@@ -187,7 +187,7 @@
(function getContentsData() {
// 線上版網址 http://192.53.174.202:9001/api/
// 本地端網址 http://localhost:9001/api/
- fetch('http://localhost:9001/api/contents?url=/collection').then(res => res.json()).then(list => {
+ fetch('http://192.53.174.202:9001/api/contents?url=/collection').then(res => res.json()).then(list => {
contentsData = list;
console.log('contentsData', contentsData);
// filterCategory();
@@ -41,7 +41,7 @@ function update_info(type, ping, budget, room) {
// 讀取作品集資料(json)
- fetch('http://localhost:9001/api/contents?url=/collection')
+ fetch('http://192.53.174.202:9001/api/contents?url=/collection')
.then(response => response.json())
.then(items => {
console.log(items)