blob: 53b1343ce8cf3251c5a3e64a6028cdeb30190a21 [file] [log] [blame]
package accounts
import "github.com/rackspace/gophercloud"
// accountURL returns the URI for making Account requests.
func accountURL(c *gophercloud.ServiceClient) string {
return c.Endpoint
}