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

feat: add support for route path prefixes in controllers #95

Merged
merged 4 commits into from
Apr 28, 2024

Conversation

elcharitas
Copy link
Member

@elcharitas elcharitas commented Apr 28, 2024

#[controlller("/api")]
struct MyAPIController
#[controlller(prefix = "/api")]
struct MyAPIController

Closes #85

@elcharitas elcharitas marked this pull request as ready for review April 28, 2024 14:29
@elcharitas elcharitas merged commit a622518 into dev Apr 28, 2024
4 checks passed
@elcharitas elcharitas deleted the feat/controller-path-prefix branch June 2, 2024 02:17
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.

Controller path prefix
1 participant