Maurits van der Schee 5 年前
父节点
当前提交
feac7a5db3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      examples/client.html

+ 1
- 1
examples/client.html 查看文件

@@ -9,7 +9,7 @@ xhttp.onreadystatechange = function() {
9 9
 		document.getElementById('output').innerHTML = JSON.stringify(jsonObject, undefined, 4);
10 10
 	}
11 11
 };
12
-xhttp.open("GET", "http://localhost/api.php/records/posts?join=categories,tags,comments&filter=id,eq,1", true);
12
+xhttp.open("GET", "/api.php/records/posts?join=categories&join=tags&join=comments&filter=id,eq,1", true);
13 13
 xhttp.send();
14 14
 </script>
15 15
 </head>

正在加载...
取消
保存