Fixed askUrl.urlTransport and updated readme a but
This commit is contained in:
parent
838714aac1
commit
ec4e9a0dae
3 changed files with 39 additions and 15 deletions
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue