Add base_path field to custom provider config (#7558)
Signed-off-by: Dan Prince <dprince@redhat.com>
This commit is contained in:
@@ -2027,6 +2027,7 @@ fn add_provider() -> anyhow::Result<()> {
|
||||
headers,
|
||||
requires_auth,
|
||||
catalog_provider_id: None,
|
||||
base_path: None,
|
||||
})?;
|
||||
|
||||
cliclack::outro(format!("Custom provider added: {}", display_name))?;
|
||||
|
||||
Reference in New Issue
Block a user