Skip to content

Commit ea258d0

Browse files
Changed root api back
1 parent 243917c commit ea258d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/WoTKitexample.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*API Object to encapsulate REST calls this application's API*/
22
function API (){
3-
var API_URL = "api"
3+
var API_URL = "/api"
44

55
/**
66
* An Ajax call to the "correlation" endpoint of this application's API

0 commit comments

Comments
 (0)