feat(modules): the three de-entanglement registries, with core as the registrant #131
@@ -301,6 +301,8 @@ function registerCore() {
|
|||||||
// whole claim PR 4 is making.
|
// whole claim PR 4 is making.
|
||||||
api.registerNotificationStreams(shardStreams.STREAMS)
|
api.registerNotificationStreams(shardStreams.STREAMS)
|
||||||
api.registerAnnounceLeg(townCrierLeg.leg)
|
api.registerAnnounceLeg(townCrierLeg.leg)
|
||||||
|
// The third argument is core-only and has no module counterpart — see
|
||||||
|
// checkExtensionShape. A module ships a prebuilt swagger-fragment.json instead.
|
||||||
api.registerExtension('admin.users.detail', shardExtension, require.resolve('../router/v1/admin/usersShard.router'))
|
api.registerExtension('admin.users.detail', shardExtension, require.resolve('../router/v1/admin/usersShard.router'))
|
||||||
|
|
||||||
apply(api.staged)
|
apply(api.staged)
|
||||||
|
|||||||
Reference in New Issue
Block a user