Fix missing host setting and fix tests
This commit is contained in:
@@ -17,6 +17,7 @@ func Home(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
if s.Stack != "" {
|
||||
s.Host = r.Host
|
||||
go core.SessionDeployStack(s)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user