mirror of
https://github.com/rancher/steve.git
synced 2025-09-27 23:56:02 +00:00
Make / and /v1 work
This commit is contained in:
@@ -36,3 +36,7 @@ func k8sAPI(sf schema.Factory, apiOp *types.APIRequest) {
|
||||
apiOp.Namespaces = []string{namespace}
|
||||
}
|
||||
}
|
||||
|
||||
func apiRoot(sf schema.Factory, apiOp *types.APIRequest) {
|
||||
apiOp.Type = "apiRoot"
|
||||
}
|
||||
|
Reference in New Issue
Block a user