Fixed some minor issues

This commit is contained in:
David J. Allen 2024-04-30 16:03:23 -06:00
parent 7022801fe9
commit e929fac09e
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC
4 changed files with 15 additions and 10 deletions

View file

@ -94,6 +94,7 @@ func NewServerWithConfig(conf *Config) *server.Server {
Host: conf.Server.Issuer.Host,
Port: conf.Server.Issuer.Port,
Endpoints: conf.Server.Issuer.Endpoints,
Clients: conf.Server.Issuer.Clients,
},
}
return server