diff --git a/handlers/home.go b/handlers/home.go index 44f70f3..cce588b 100644 --- a/handlers/home.go +++ b/handlers/home.go @@ -18,7 +18,6 @@ func Home(w http.ResponseWriter, r *http.Request) { return } if s.Stack != "" { - s.Host = r.Host go core.SessionDeployStack(s) }