We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3d61f commit 243917cCopy full SHA for 243917c
static/js/WoTKitexample.js
@@ -1,6 +1,6 @@
1
/*API Object to encapsulate REST calls this application's API*/
2
function API (){
3
- var API_URL = "/api"
+ var API_URL = "api"
4
5
/**
6
* An Ajax call to the "correlation" endpoint of this application's API
0 commit comments