blob: 101599bc94b6665fa852b2928028e6073cffb0dc [file] [log] [blame]
package tenants
import "github.com/gophercloud/gophercloud"
func listURL(client *gophercloud.ServiceClient) string {
return client.ServiceURL("tenants")
}