Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: handle errors in abstract controllers #71

Merged
merged 1 commit into from
Dec 26, 2023

Conversation

elcharitas
Copy link
Member

We finally have improved support for controller routes. However, it comes with some costs.

  • Abstract controllers became messy to create
  • Multiple route impl became impossible.

This PR ensures we can create abstract controllers (controllers with no routes).
As for multiple route impl, it doesn't make much sense to have this feature, so I won't be bringing that back.

@elcharitas elcharitas merged commit 7e6f29f into dev Dec 26, 2023
3 of 4 checks passed
@elcharitas elcharitas deleted the fix/handle-empt-controller-routes branch December 26, 2023 13:37
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.

1 participant