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