mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
API resolution fix
API resolution fix
This commit is contained in:
parent
a130880995
commit
e00834521a
16 changed files with 179640 additions and 94 deletions
2
rtl.js
2
rtl.js
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue