We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40ddceb + 7bc4bd8 commit bf0c991Copy full SHA for bf0c991
.gitignore
@@ -3,3 +3,4 @@
3
node_modules
4
dist
5
_site
6
+*~
demos/odata-service.html
@@ -44,7 +44,7 @@ <h1>OData Service</h1>
44
var d = $.Deferred();
45
46
$.ajax({
47
- url: "http://services.odata.org/V3/(S(3mnweai3qldmghnzfshavfok))/OData/OData.svc/Products",
+ url: "https://services.odata.org/V3/(S(3mnweai3qldmghnzfshavfok))/OData/OData.svc/Products",
48
dataType: "json"
49
}).done(function(response) {
50
d.resolve(response.value);
0 commit comments