2
0
Fork 0

Fixed askUrl.urlTransport and updated readme a but

This commit is contained in:
Willem 2016-01-15 00:59:00 +01:00
parent 838714aac1
commit ec4e9a0dae
3 changed files with 39 additions and 15 deletions

View file

@ -9,7 +9,7 @@ var cors = require('cors');
var morgan = require('morgan')
// example options;
var serverUrl = 'http://10.11.12.216:8080';
var serverUrl = 'http://localhost:8080';
var useInline = true; // or false
var clientResourcesWeb = [];