chore: add instance url to profile

This commit is contained in:
Steven
2024-08-13 22:16:43 +08:00
parent 9a27fdf855
commit c3f381c8c5
6 changed files with 59 additions and 42 deletions

View File

@ -17,6 +17,7 @@ func (s *APIV1Service) GetWorkspaceProfile(ctx context.Context, _ *v1pb.GetWorks
Mode: s.Profile.Mode,
Public: s.Profile.Public,
PasswordAuth: s.Profile.PasswordAuth,
InstanceUrl: s.Profile.InstanceURL,
}
owner, err := s.GetInstanceOwner(ctx)
if err != nil {