This commit is contained in:
Hans Ott 2025-11-03 11:30:21 +01:00
parent c3a62826d4
commit 910276deeb

View file

@ -78,7 +78,7 @@ function createHttpsServer(hostname, isAllowed) {
/** /**
* @param {string} url * @param {string} url
* @returns {*|string} * @returns {string}
*/ */
function getRequestPathAndQuery(url) { function getRequestPathAndQuery(url) {
if (url.startsWith("http://") || url.startsWith("https://")) { if (url.startsWith("http://") || url.startsWith("https://")) {