1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-18 08:20:36 +00:00

Rename to RESTConfig

This commit is contained in:
Darren Shepherd
2020-07-19 13:56:34 -07:00
parent 969e1adfed
commit ece0f7bce5
3 changed files with 12 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ func (c *Config) ToServer(ctx context.Context) (*server.Server, error) {
}
return &server.Server{
RestConfig: restConfig,
RESTConfig: restConfig,
AuthMiddleware: auth,
DashboardURL: func() string {
return c.DashboardURL