Skip to content

Make DI more extensible #2

@3y3

Description

@3y3

Current DI:

constructor(nodekit: NodeKit, routes: AppRoutes) 

proposal:

constructor({nodekit}: {nodekit: : NodeKit}, routes: AppRoutes) 

This allow in future to inject new overrides for baseMiddleware

Metadata

Metadata

Assignees

No one assigned

    Labels

    breakingBreaking changes that might be added in future major releasesenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions