Fix missing host setting and fix tests

This commit is contained in:
Jonathan Leibiusky @xetorthio
2017-06-15 18:17:02 -03:00
parent bb13a8be5d
commit de281eb58b
4 changed files with 6 additions and 2 deletions

View File

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