fix: [AH-731]: revert interface change (#3106)

* fix: [AH-731]: revert interface change
pull/3597/head
Tudor Macari 2024-12-04 08:02:57 +00:00 committed by Harness
parent ccf7673ee5
commit 7764ab2154
1 changed files with 0 additions and 2 deletions

View File

@ -78,8 +78,6 @@ type Provider interface {
GetAPIProto(ctx context.Context) string
RegistryURL(ctx context.Context, params ...string) string
GetUIBaseURL(ctx context.Context) string
}
// Provider provides the URLs of the Harness system.