Rename registerComponent to registerApi to better communicate intent

Signed-off-by: Kamil Zainal <gh@akza.dev>
This commit is contained in:
Kamil Zainal
2022-01-18 18:12:36 +00:00
parent d4941024bc
commit 027bc50cc5
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ export const apiDocsPlugin = createPlugin({
}),
],
externalRoutes: {
registerComponent: registerComponentRouteRef,
registerApi: registerComponentRouteRef,
},
});