mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
parent
af547f922e
commit
9bb484d3fe
4 changed files with 4 additions and 4 deletions
2
rtl.js
2
rtl.js
|
|
@ -35,7 +35,7 @@ const onError = (error) => {
|
|||
};
|
||||
|
||||
const onListening = () => {
|
||||
logger.log({ level: 'INFO', fileName: 'RTL', msg: 'Server is up and running, please open the UI at http://' + (common.host ? common.host : 'localhost') + ':' + common.port });
|
||||
logger.log({ level: 'INFO', fileName: 'RTL', msg: 'Server is up and running, please open the UI at http://' + (common.host ? common.host : 'localhost') + ':' + common.port + ' or your proxy configured url' });
|
||||
};
|
||||
|
||||
let server = http.createServer(app.getApp());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue