1
0

Document a modified method as required by PR guidelines.

This commit is contained in:
Mark H. Wood
2023-08-22 17:07:20 -04:00
parent 4449737aed
commit bf9b2b82e1

View File

@@ -544,6 +544,9 @@ function createHttpsServer(keys) {
});
}
/**
* Create an HTTP server with the configured port and host.
*/
function run() {
const port = environment.ui.port || 4000;
const host = environment.ui.host || '/';