Remove incorrect host replacement

This commit is contained in:
Marcos Lilljedahl
2017-11-12 21:22:14 -03:00
parent e91a1f3e6f
commit 0541165b70

View File

@@ -18,7 +18,6 @@ func Home(w http.ResponseWriter, r *http.Request) {
return
}
if s.Stack != "" {
s.Host = r.Host
go core.SessionDeployStack(s)
}