We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243917c commit ea258d0Copy full SHA for ea258d0
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