mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 23:03:10 -06:00
Rename ServerKeyAPI -> SigningKeyServer
This commit is contained in:
parent
7425d33343
commit
3243a42a49
|
|
@ -33,6 +33,6 @@ func main() {
|
|||
base.Cfg.SigningKeyServer.InternalAPI.Listen,
|
||||
setup.NoListener,
|
||||
nil, nil,
|
||||
base.Cfg.ServerKeyAPI.Database,
|
||||
base.Cfg.SigningKeyServer.Database,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue