Polylith mode always uses HTTP APIs

This commit is contained in:
Neil Alexander 2022-05-06 13:12:17 +01:00
parent e4471631e1
commit e4bba46eb7
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -115,6 +115,7 @@ func NewBaseDendrite(cfg *config.Dendrite, componentName string, options ...Base
useHTTPAPIs = true
case PolylithMode:
isMonolith = false
useHTTPAPIs = true
}
}