core-api: change ApiFactory.implements to .api
This commit is contained in:
@@ -21,12 +21,12 @@ import { techdocsStorageApiRef } from '../src';
|
||||
|
||||
createDevApp()
|
||||
.registerApi({
|
||||
api: techdocsStorageApiRef,
|
||||
deps: {},
|
||||
factory: () =>
|
||||
new TechDocsDevStorageApi({
|
||||
apiOrigin: 'http://localhost:3000/api',
|
||||
}),
|
||||
implements: techdocsStorageApiRef,
|
||||
})
|
||||
.registerPlugin(plugin)
|
||||
.render();
|
||||
|
||||
Reference in New Issue
Block a user