Skip to content

Commit 243917c

Browse files
Changed root of api
1 parent ab3d61f commit 243917c

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)