Try some android stuff

This commit is contained in:
idk
2019-11-24 04:13:12 -05:00
parent fbaf1dca30
commit 1dd48e4344
8 changed files with 112 additions and 68 deletions

View File

@@ -21,9 +21,9 @@ function trimHost(url) {
} else {
hostname = url.split("/")[0];
}
let path = url.replace(prefix+hostname, "")
console.log("(handler) path", prefix+hostname, path)
return path
let path = url.replace(prefix + hostname, "");
console.log("(handler) path", prefix + hostname, path);
return path;
}
var handlerSetup = async function(requestDetails) {