Skip to content

Conversation

@Archie818
Copy link
Collaborator

Description

Replace auto-discovery router registration with explicit router registry for better visibility and maintainability

Issue: #599

What is the purpose of this pull request?

  • Bug fix
  • [X ] New Feature
  • Documentation update
  • Other

Copy link
Contributor

@Wendong-Fan Wendong-Fan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @Archie818 , left one comment below

app.include_router(
config["router"],
prefix=prefix,
tags=config["tags"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in the controller we have defined tags, would here introduce duplicated tag?

@Wendong-Fan Wendong-Fan linked an issue Nov 2, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Refactor route registration

3 participants