Rename registerComponent to registerApi to better communicate intent
Signed-off-by: Kamil Zainal <gh@akza.dev>
This commit is contained in:
@@ -13,7 +13,7 @@ const App = createApp({
|
||||
...
|
||||
bind(apiDocsPlugin.externalRoutes, {
|
||||
- createComponent: scaffolderPlugin.routes.root,
|
||||
+ registerComponent: catalogImportPlugin.routes.importPage,
|
||||
+ registerApi: catalogImportPlugin.routes.importPage,
|
||||
});
|
||||
...
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user