Merge pull request #17939 from cariaddxp/discovery-typo
Fixes the example config in HostDiscovery.ts.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Fixed typo in HostDiscovery's JSDoc
|
||||
@@ -45,7 +45,7 @@ export class HostDiscovery implements PluginEndpointDiscovery {
|
||||
* - target: https://internal.example.com/internal-catalog
|
||||
* plugins: [catalog]
|
||||
* - target: https://internal.example.com/secure/api/{{pluginId}}
|
||||
* plugins: [auth, permissions]
|
||||
* plugins: [auth, permission]
|
||||
* - target:
|
||||
* internal: https://internal.example.com/search
|
||||
* external: https://example.com/search
|
||||
|
||||
Reference in New Issue
Block a user