no tls yet
This commit is contained in:
parent
1dfc89361b
commit
c584db753a
|
|
@ -71,8 +71,7 @@ function updateWww(project: string) {
|
|||
|
||||
projectWww.style.display = ""
|
||||
const hostname = sessionStore.get("hostname") || "localhost"
|
||||
const s = hostname.startsWith("localhost") ? "" : "s"
|
||||
projectWww.href = `http${s}://${project}.${hostname}`
|
||||
projectWww.href = `http://${project}.${hostname}`
|
||||
}
|
||||
|
||||
function displayProjectPath(path: string): string {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user