Tweak comment.

Signed-off-by: Jussi Hallila <jussi@hallila.com>
This commit is contained in:
Jussi Hallila
2021-09-24 13:56:42 +02:00
parent 0c4ee1876f
commit ab4e129ca5
+1 -1
View File
@@ -391,7 +391,7 @@ export class PrivateAppImpl implements BackstageApp {
private getApiHolder(): ApiHolder {
if (this.apiHolder) {
// Register additional plugins if they have been added.
// Routes and other config options are updated above when children change
// Routes paths, objects and others are already updated in the provider when children of it change
for (const plugin of this.plugins) {
for (const factory of plugin.getApis()) {
if (!this.apiFactoryRegistry.get(factory.api)) {