Document a modified method as required by PR guidelines.

(cherry picked from commit bf9b2b82e1)
This commit is contained in:
Mark H. Wood
2023-08-22 17:07:20 -04:00
committed by github-actions[bot]
parent 46e2f4e22c
commit d6cabd1d01

View File

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