mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-08-31 01:35:56 +08:00
fix(region): webapp custom domains (#20302)
This commit is contained in:
@@ -28,7 +28,7 @@ func init() {
|
||||
cmd.Get("hybird-connections", &compute.AppIdOptions{})
|
||||
cmd.Get("certificates", &compute.AppIdOptions{})
|
||||
cmd.Get("backups", &compute.AppIdOptions{})
|
||||
cmd.Get("domains", &compute.AppIdOptions{})
|
||||
cmd.Get("custom-domains", &compute.AppIdOptions{})
|
||||
|
||||
cmd1 := shell.NewResourceCmd(&modules.AppEnvironments)
|
||||
cmd1.List(&compute.AppEnvironmentListOptions{})
|
||||
|
||||
@@ -586,7 +586,7 @@ func (self *SApp) GetDetailsCertificates(ctx context.Context, userCred mcclient.
|
||||
}
|
||||
|
||||
// 获取自定义域列表
|
||||
func (self *SApp) GetDetailsDomains(ctx context.Context, userCred mcclient.TokenCredential, input jsonutils.JSONObject) (*api.AppDomainOutput, error) {
|
||||
func (self *SApp) GetDetailsCustomDomains(ctx context.Context, userCred mcclient.TokenCredential, input jsonutils.JSONObject) (*api.AppDomainOutput, error) {
|
||||
iApp, err := self.GetIApp(ctx)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user