API resolution fix

API resolution fix
This commit is contained in:
ShahanaFarooqui 2018-09-16 16:43:35 -04:00
parent a130880995
commit e00834521a
16 changed files with 179640 additions and 94 deletions

2
rtl.js
View file

@ -50,4 +50,4 @@ const server = http.createServer(app);
server.on("error", onError);
server.on("listening", onListening);
server.listen(port);
console.log('Server is up and running, please open the UI at http://localhost:3000');
console.log('Server is up and running, please open the UI at http://localhost:' + port);